Searched refs:ipe_dnext (Results 1 – 2 of 2) sorted by relevance
634 if (ipe->ipe_dnext != NULL)635 ipe->ipe_dnext->ipe_pdnext = ipe->ipe_pdnext;637 *ipe->ipe_pdnext = ipe->ipe_dnext;639 ipe->ipe_dnext = NULL;972 for (n = softh->ipf_node_explist; n != NULL; n = n->ipe_dnext) {975 if (n->ipe_dnext == NULL) {981 n->ipe_dnext = ipe;982 ipe->ipe_pdnext = &n->ipe_dnext;992 ipe->ipe_dnext = n;994 n->ipe_pdnext = &ipe->ipe_dnext;
9 struct iphtent_s *ipe_dnext, **ipe_pdnext; member