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.c2338 ipv6_parent, (s6->limit->count == 0)); in dyn_expire_states()
2597 struct dyn_ipv6ck_slist *ipv6, *ipv6_parent; in dyn_grow_hashtable() local
2621 ipv6 = ipv6_parent = NULL; in dyn_grow_hashtable()
2652 ipv6_parent = malloc(new * sizeof(struct dyn_ipv6ck_slist), M_IPFW, in dyn_grow_hashtable()
2654 if (ipv6_parent == NULL) in dyn_grow_hashtable()
2677 CK_SLIST_INIT(&ipv6_parent[bucket]); in dyn_grow_hashtable()
2704 DYN_RELINK_STATES(s6, limit->hashval, bucket, ipv6_parent, in dyn_grow_hashtable()
2705 ipv6_parent); in dyn_grow_hashtable()
2725 DYN_SWAP_PTR(V_dyn_ipv6_parent, ipv6_parent, tmp); in dyn_grow_hashtable()
2750 free(ipv6_parent, M_IPFW); in dyn_grow_hashtable()
[all …]