HomeSort by: relevance | last modified time | path
    Searched refs:ipe_next (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 if (iph->iph_tail == &ipe->ipe_next)
621 if (ipe->ipe_next != NULL)
622 ipe->ipe_next->ipe_pnext = ipe->ipe_pnext;
624 *ipe->ipe_pnext = ipe->ipe_next;
626 ipe->ipe_next = NULL;
915 iph->iph_tail = &ipe->ipe_next;
916 ipe->ipe_next = NULL;
1219 nextnode = node->ipe_next;
1230 hnext = nextnode->ipe_next;
1342 for (ipe = iph->iph_table[hv]; (ipe != NULL); ipe = ipe->ipe_next) {
    [all...]

Completed in 14 milliseconds