Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c963 CK_SLIST_INIT(&hash[i]);
987 CK_SLIST_INIT(&ji->hosts); in nat64lsn_periodic()
988 CK_SLIST_INIT(&ji->portgroups); in nat64lsn_periodic()
1051 CK_SLIST_INIT(&host->aliases); in nat64lsn_alloc_host()
1053 CK_SLIST_INIT(&host->states_hash[i]); in nat64lsn_alloc_host()
1700 CK_SLIST_INIT(&cfg->hosts_hash[i]); in nat64lsn_init_instance()
1711 CK_SLIST_INIT(&alias->hosts); in nat64lsn_init_instance()
/f-stack/freebsd/contrib/ck/include/
H A Dck_queue.h166 #define CK_SLIST_INIT(head) do { \ macro
/f-stack/freebsd/net/
H A Dif_vlan.c361 CK_SLIST_INIT(&trunk->hash[i]); in vlan_inithash()
467 CK_SLIST_INIT(&hash2[j]); in vlan_growhash()
1079 CK_SLIST_INIT(&ifv->vlan_mc_listhead); in vlan_clone_create()
H A Dif_lagg.c557 CK_SLIST_INIT(&sc->sc_ports); in lagg_clone_create()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c2631 CK_SLIST_INIT(&ipv4[bucket]); in dyn_grow_hashtable()
2632 CK_SLIST_INIT(&ipv4_parent[bucket]); in dyn_grow_hashtable()
2634 CK_SLIST_INIT(&ipv6[bucket]); in dyn_grow_hashtable()
2635 CK_SLIST_INIT(&ipv6_parent[bucket]); in dyn_grow_hashtable()
/f-stack/freebsd/kern/
H A Dkern_intr.c276 CK_SLIST_INIT(&ie->ie_handlers); in intr_event_create()
H A Dvfs_cache.c2502 CK_SLIST_INIT(&hashtbl[i]); in nchinittbl()