Home
last modified time | relevance | path

Searched refs:iph_next (Results 1 – 5 of 5) sorted by relevance

/src/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c349 oiph = oiph->iph_next) in ipf_htable_create()
392 iph->iph_next = softh->ipf_htables[unit + 1]; in ipf_htable_create()
395 softh->ipf_htables[unit + 1]->iph_pnext = &iph->iph_next; in ipf_htable_create()
493 if (iph->iph_next != NULL) in ipf_htable_free()
494 iph->iph_next->iph_pnext = iph->iph_pnext; in ipf_htable_free()
496 *iph->iph_pnext = iph->iph_next; in ipf_htable_free()
498 iph->iph_next = NULL; in ipf_htable_free()
525 *iph->iph_pnext = iph->iph_next; in ipf_htable_remove()
526 if (iph->iph_next != NULL) in ipf_htable_remove()
527 iph->iph_next->iph_pnext = iph->iph_pnext; in ipf_htable_remove()
[all …]
H A Dip_htable.h40 struct iphtable_s *iph_next, **iph_pnext; member
/src/sbin/ipf/libipf/
H A Dprinthash.c24 return (iph.iph_next); in printhash()
52 return (iph.iph_next); in printhash()
H A Dprinthash_live.c21 return (hp->iph_next); in printhash_live()
71 return (hp->iph_next); in printhash_live()
/src/sbin/ipf/ippool/
H A Dippool.c1006 htstp->iphs_tables = table.iph_next; in showhashs_live()