HomeSort by: relevance | last modified time | path
    Searched refs:ipe_hnext (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 if (ipe->ipe_hnext != NULL)
608 ipe->ipe_hnext->ipe_phnext = ipe->ipe_phnext;
610 *ipe->ipe_phnext = ipe->ipe_hnext;
612 ipe->ipe_hnext = NULL;
906 ipe->ipe_hnext = iph->iph_table[hv];
910 iph->iph_table[hv]->ipe_phnext = &ipe->ipe_hnext;
1024 for (ent = iph->iph_table[hv]; ent != NULL; ent = ent->ipe_hnext) {
1141 for (ipe = iph->iph_table[hv]; (ipe != NULL); ipe = ipe->ipe_hnext) {

Completed in 15 milliseconds