Searched refs:ipv4_parent (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 2325 ipv4_parent, (s4->limit->count == 0)); in dyn_expire_states() 2592 struct dyn_ipv4ck_slist *ipv4, *ipv4_parent; in dyn_grow_hashtable() local 2609 ipv4_parent = malloc(new * sizeof(struct dyn_ipv4ck_slist), M_IPFW, in dyn_grow_hashtable() 2632 CK_SLIST_INIT(&ipv4_parent[bucket]); in dyn_grow_hashtable() 2658 DYN_RELINK_STATES(s4, limit->hashval, bucket, ipv4_parent, in dyn_grow_hashtable() 2659 ipv4_parent); in dyn_grow_hashtable() 2675 DYN_SWAP_PTR(V_dyn_ipv4_parent, ipv4_parent, tmp); in dyn_grow_hashtable() 2700 free(ipv4_parent, M_IPFW); in dyn_grow_hashtable() 3077 DYN_EXPORT_STATES(s4, ipv4, ipv4_parent, bucket); in ipfw_dump_states() 3124 DYN_EXPORT_STATES(s4, ipv4, ipv4_parent, bucket); in ipfw_get_dynamic() [all …]
|