Home
last modified time | relevance | path

Searched refs:iph_unit (Results 1 – 9 of 9) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dremove_hash.c27 op.iplo_unit = iphp->iph_unit; in remove_hash()
35 iph.iph_unit = iphp->iph_unit; in remove_hash()
H A Dload_hash.c35 op.iplo_unit = iphp->iph_unit; in load_hash()
89 load_hashnode(iphp->iph_unit, iph.iph_name, a, 0, iocfunc); in load_hash()
H A Dprinthash_live.c43 iter.ili_unit = hp->iph_unit; in printhash_live()
H A Dprinthashdata.c55 printunit(hp->iph_unit); in printhashdata()
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y112 ipht.iph_unit = $2;
124 ipht.iph_unit = $2;
169 ipht.iph_unit = IPHASH_GROUPMAP;
486 ipht.iph_unit = $2;
503 ipht.iph_unit = IPL_LOGIPF;
H A Dippool.c326 iph.iph_unit = role; in poolcommand()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.h51 u_int iph_unit; /* IPL_LOG* */ member
H A Dip_htable.c312 if (htab.iph_unit != unit) { in ipf_htable_create()
391 iph->iph_unit = unit; in ipf_htable_create()
442 if (iph->iph_unit != unit) { in ipf_htable_destroy()
500 softh->ipf_nhtables[iph->iph_unit + 1]--; in ipf_htable_free()
1000 ipe->ipe_unit = iph->iph_unit; in ipf_htent_insert()
/freebsd/sbin/ipf/common/
H A Dipf_y.y2372 iph.iph_unit = IPL_LOGIPF; in makehash()