Searched refs:ipv6_parent (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 2329 ipv6_parent, (s6->limit->count == 0)); in dyn_expire_states() 2588 struct dyn_ipv6ck_slist *ipv6, *ipv6_parent; in dyn_grow_hashtable() local 2620 ipv6_parent = malloc(new * sizeof(struct dyn_ipv6ck_slist), M_IPFW, in dyn_grow_hashtable() 2635 CK_SLIST_INIT(&ipv6_parent[bucket]); in dyn_grow_hashtable() 2662 DYN_RELINK_STATES(s6, limit->hashval, bucket, ipv6_parent, in dyn_grow_hashtable() 2663 ipv6_parent); in dyn_grow_hashtable() 2683 DYN_SWAP_PTR(V_dyn_ipv6_parent, ipv6_parent, tmp); in dyn_grow_hashtable() 2707 free(ipv6_parent, M_IPFW); in dyn_grow_hashtable() 3080 DYN_EXPORT_STATES(s6, ipv6, ipv6_parent, bucket); in ipfw_dump_states() 3127 DYN_EXPORT_STATES(s6, ipv6, ipv6_parent, bucket); in ipfw_get_dynamic() [all …]
|