Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2379 ipv6_parent, (s6->limit->count == 0)); in dyn_expire_states()
2628 struct dyn_ipv6ck_slist *ipv6, *ipv6_parent; in dyn_grow_hashtable() local
2652 ipv6 = ipv6_parent = NULL; in dyn_grow_hashtable()
2683 ipv6_parent = malloc(new * sizeof(struct dyn_ipv6ck_slist), M_IPFW, in dyn_grow_hashtable()
2685 if (ipv6_parent == NULL) in dyn_grow_hashtable()
2708 CK_SLIST_INIT(&ipv6_parent[bucket]); in dyn_grow_hashtable()
2731 DYN_RELINK_STATES(s6, limit->hashval, bucket, ipv6_parent, in dyn_grow_hashtable()
2732 ipv6_parent); in dyn_grow_hashtable()
2752 DYN_SWAP_PTR(V_dyn_ipv6_parent, ipv6_parent, tmp); in dyn_grow_hashtable()
2776 free(ipv6_parent, M_IPFW); in dyn_grow_hashtable()
[all …]