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

  /src/sys/external/bsd/ipf/netinet/
ip_htable.h 10 struct iphtent_s *ipe_hnext, **ipe_phnext; member in struct:iphtent_s
ip_htable.c 607 ipe->ipe_hnext->ipe_phnext = ipe->ipe_phnext;
608 if (ipe->ipe_phnext != NULL)
609 *ipe->ipe_phnext = ipe->ipe_hnext;
610 ipe->ipe_phnext = NULL;
906 ipe->ipe_phnext = iph->iph_table + hv;
909 iph->iph_table[hv]->ipe_phnext = &ipe->ipe_hnext;

Completed in 34 milliseconds