Searched refs:ipe_dnext (Results 1 – 2 of 2) sorted by relevance
638 if (ipe->ipe_dnext != NULL)639 ipe->ipe_dnext->ipe_pdnext = ipe->ipe_pdnext;641 *ipe->ipe_pdnext = ipe->ipe_dnext;643 ipe->ipe_dnext = NULL;976 for (n = softh->ipf_node_explist; n != NULL; n = n->ipe_dnext) {979 if (n->ipe_dnext == NULL) {985 n->ipe_dnext = ipe;986 ipe->ipe_pdnext = &n->ipe_dnext;996 ipe->ipe_dnext = n;998 n->ipe_pdnext = &ipe->ipe_dnext;
9 struct iphtent_s *ipe_dnext, **ipe_pdnext; member