Lines Matching refs:iph_next
337 oiph = oiph->iph_next)
370 iph->iph_next = softh->ipf_htables[unit + 1];
373 softh->ipf_htables[unit + 1]->iph_pnext = &iph->iph_next;
471 if (iph->iph_next != NULL)
472 iph->iph_next->iph_pnext = iph->iph_pnext;
474 *iph->iph_pnext = iph->iph_next;
476 iph->iph_next = NULL;
503 *iph->iph_pnext = iph->iph_next;
504 if (iph->iph_next != NULL)
505 iph->iph_next->iph_pnext = iph->iph_pnext;
507 iph->iph_next = NULL;
708 iph = iph->iph_next) {
718 iph = iph->iph_next) {
1192 nextiph = iph->iph_next;
1203 hnext = nextiph->iph_next;
1392 iph = iph->iph_next)