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 605 iph->iph_tail = ipe->ipe_pnext;
622 ipe->ipe_next->ipe_pnext = ipe->ipe_pnext;
623 if (ipe->ipe_pnext != NULL)
624 *ipe->ipe_pnext = ipe->ipe_next;
625 ipe->ipe_pnext = NULL;
913 ipe->ipe_pnext = iph->iph_tail;

Completed in 15 milliseconds