Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c316 oiph = oiph->iph_next) in ipf_htable_create()
450 if (iph->iph_next != NULL) in ipf_htable_free()
453 *iph->iph_pnext = iph->iph_next; in ipf_htable_free()
455 iph->iph_next = NULL; in ipf_htable_free()
483 if (iph->iph_next != NULL) in ipf_htable_remove()
486 iph->iph_next = NULL; in ipf_htable_remove()
688 iph = iph->iph_next) { in ipf_htable_exists()
698 iph = iph->iph_next) { in ipf_htable_exists()
1175 nextiph = iph->iph_next; in ipf_htable_iter_next()
1186 hnext = nextiph->iph_next; in ipf_htable_iter_next()
[all …]
H A Dip_htable.h40 struct iphtable_s *iph_next, **iph_pnext; member
/freebsd-14.2/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()
64 return (hp->iph_next); in printhash_live()
/freebsd-14.2/sbin/ipf/ippool/
H A Dippool.c1006 htstp->iphs_tables = table.iph_next; in showhashs_live()