Home
last modified time | relevance | path

Searched refs:ipe_hnext (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_htable.c627 if (ipe->ipe_hnext != NULL)
628 ipe->ipe_hnext->ipe_phnext = ipe->ipe_phnext;
630 *ipe->ipe_phnext = ipe->ipe_hnext;
632 ipe->ipe_hnext = NULL;
949 ipe->ipe_hnext = iph->iph_table[hv];
953 iph->iph_table[hv]->ipe_phnext = &ipe->ipe_hnext;
1072 for (ent = iph->iph_table[hv]; ent != NULL; ent = ent->ipe_hnext) {
1196 for (ipe = iph->iph_table[hv]; (ipe != NULL); ipe = ipe->ipe_hnext) {
H A Dip_htable.h8 struct iphtent_s *ipe_hnext, **ipe_phnext; member