Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_htable.c368 iph->iph_pnext = &softh->ipf_htables[unit + 1];
370 softh->ipf_htables[unit + 1]->iph_pnext = &iph->iph_next;
481 iph->iph_next->iph_pnext = iph->iph_pnext;
482 if (iph->iph_pnext != NULL)
483 *iph->iph_pnext = iph->iph_next;
484 iph->iph_pnext = NULL;
514 if (iph->iph_pnext != NULL)
515 *iph->iph_pnext = iph->iph_next;
517 iph->iph_next->iph_pnext = iph->iph_pnext;
518 iph->iph_pnext = NULL;
H A Dip_htable.h40 struct iphtable_s *iph_next, **iph_pnext; member