HomeSort by: relevance | last modified time | path
    Searched refs:ipe_pnext (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_htable.h 9 struct iphtent_s *ipe_next, **ipe_pnext; member in struct:iphtent_s
ip_htable.c 604 iph->iph_tail = ipe->ipe_pnext;
621 ipe->ipe_next->ipe_pnext = ipe->ipe_pnext;
622 if (ipe->ipe_pnext != NULL)
623 *ipe->ipe_pnext = ipe->ipe_next;
624 ipe->ipe_pnext = NULL;
912 ipe->ipe_pnext = iph->iph_tail;

Completed in 13 milliseconds