Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_htable.c635 ipe->ipe_dnext->ipe_pdnext = ipe->ipe_pdnext;
636 if (ipe->ipe_pdnext != NULL)
637 *ipe->ipe_pdnext = ipe->ipe_dnext;
638 ipe->ipe_pdnext = NULL;
982 ipe->ipe_pdnext = &n->ipe_dnext;
990 ipe->ipe_pdnext = &softh->ipf_node_explist;
993 ipe->ipe_pdnext = n->ipe_pdnext;
994 n->ipe_pdnext = &ipe->ipe_dnext;
H A Dip_htable.h9 struct iphtent_s *ipe_dnext, **ipe_pdnext; member