Searched refs:iph_size (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sbin/ipf/libipf/ |
| H A D | load_hash.c | 44 if (iphp->iph_size == 0) in load_hash() 47 size = iphp->iph_size; in load_hash() 53 iph.iph_size = size; in load_hash()
|
| H A D | printhashdata.c | 56 hp->iph_name, (u_long)hp->iph_size); in printhashdata() 76 (u_long)hp->iph_size, hp->iph_seed); in printhashdata()
|
| H A D | printhash.c | 35 sz = iph.iph_size * sizeof(*table); in printhash()
|
| H A D | printhashnode.c | 23 iph->iph_size);
|
| /freebsd-14.2/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_htable.c | 283 if (htab.iph_size < 1) { in ipf_htable_create() 332 iph->iph_size * sizeof(*iph->iph_table)); in ipf_htable_create() 340 bzero((char *)iph->iph_table, iph->iph_size * sizeof(*iph->iph_table)); in ipf_htable_create() 459 KFREES(iph->iph_table, iph->iph_size * sizeof(*iph->iph_table)); in ipf_htable_free() 865 ipe->ipe_mask.in4_addr, iph->iph_size); in ipf_htent_insert() 875 ipe->ipe_mask.i6, iph->iph_size); in ipf_htent_insert() 995 ipe.ipe_mask.in4_addr, iph->iph_size); in ipf_htent_find() 1001 ipe.ipe_mask.i6, iph->iph_size); in ipf_htent_find() 1122 hv = IPE_V4_HASH_FN(ips, msk, iph->iph_size); in ipf_iphmfind() 1323 hv = IPE_V6_HASH_FN(ips.i6, msk->i6, iph->iph_size); in ipf_iphmfind6()
|
| H A D | ip_htable.h | 48 size_t iph_size; /* size of hash table */ member
|
| /freebsd-14.2/sbin/ipf/ippool/ |
| H A D | ippool_y.y | 419 size: IPT_SIZE '=' YY_NUMBER { ipht.iph_size = $3; }
|