Searched refs:iph_next (Results 1 – 7 of 7) sorted by relevance
337 oiph = oiph->iph_next) in ipf_htable_create()370 iph->iph_next = softh->ipf_htables[unit + 1]; in ipf_htable_create()373 softh->ipf_htables[unit + 1]->iph_pnext = &iph->iph_next; in ipf_htable_create()471 if (iph->iph_next != NULL) in ipf_htable_free()472 iph->iph_next->iph_pnext = iph->iph_pnext; in ipf_htable_free()474 *iph->iph_pnext = iph->iph_next; in ipf_htable_free()476 iph->iph_next = NULL; in ipf_htable_free()503 *iph->iph_pnext = iph->iph_next; in ipf_htable_remove()504 if (iph->iph_next != NULL) in ipf_htable_remove()505 iph->iph_next->iph_pnext = iph->iph_pnext; in ipf_htable_remove()[all …]
42 struct iphtable_s *iph_next, **iph_pnext; member
338 oiph = oiph->iph_next)371 iph->iph_next = softh->ipf_htables[unit + 1];374 softh->ipf_htables[unit + 1]->iph_pnext = &iph->iph_next;484 if (iph->iph_next != NULL)485 iph->iph_next->iph_pnext = iph->iph_pnext;487 *iph->iph_pnext = iph->iph_next;489 iph->iph_next = NULL;519 *iph->iph_pnext = iph->iph_next;520 if (iph->iph_next != NULL)521 iph->iph_next->iph_pnext = iph->iph_pnext;[all …]
29 return iph.iph_next;57 return iph.iph_next;
28 return hp->iph_next;71 return hp->iph_next;
980 htstp->iphs_tables = table.iph_next;