Searched refs:iph_size (Results 1 – 7 of 7) sorted by relevance
/freebsd/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/sys/netpfil/ipfilter/netinet/ |
H A D | ip_htable.c | 280 if (htab.iph_size < 1) { in ipf_htable_create() 329 iph->iph_size * sizeof(*iph->iph_table)); in ipf_htable_create() 337 bzero((char *)iph->iph_table, iph->iph_size * sizeof(*iph->iph_table)); in ipf_htable_create() 456 KFREES(iph->iph_table, iph->iph_size * sizeof(*iph->iph_table)); in ipf_htable_free() 862 ipe->ipe_mask.in4_addr, iph->iph_size); in ipf_htent_insert() 872 ipe->ipe_mask.i6, iph->iph_size); in ipf_htent_insert() 992 ipe.ipe_mask.in4_addr, iph->iph_size); in ipf_htent_find() 998 ipe.ipe_mask.i6, iph->iph_size); in ipf_htent_find() 1119 hv = IPE_V4_HASH_FN(ips, msk, iph->iph_size); in ipf_iphmfind() 1320 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/sbin/ipf/ippool/ |
H A D | ippool_y.y | 419 size: IPT_SIZE '=' YY_NUMBER { ipht.iph_size = $3; }
|