Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c984 CK_SLIST_INIT(&hash[i]);
1008 CK_SLIST_INIT(&ji->hosts); in nat64lsn_periodic()
1009 CK_SLIST_INIT(&ji->portgroups); in nat64lsn_periodic()
1071 CK_SLIST_INIT(&host->aliases); in nat64lsn_alloc_host()
1073 CK_SLIST_INIT(&host->states_hash[i]); in nat64lsn_alloc_host()
1495 CK_SLIST_INIT(&hosts); in nat64lsn_job_destroy()
1496 CK_SLIST_INIT(&portgroups); in nat64lsn_job_destroy()
1848 CK_SLIST_INIT(&cfg->hosts_hash[i]); in nat64lsn_init_config()
1859 CK_SLIST_INIT(&alias->hosts); in nat64lsn_init_config()
/freebsd/sys/contrib/ck/include/
H A Dck_queue.h171 #define CK_SLIST_INIT(head) do { \ macro
/freebsd/sys/net/
H A Dif_vlan.c412 CK_SLIST_INIT(&trunk->hash[i]); in vlan_inithash()
513 CK_SLIST_INIT(&hash2[j]); in vlan_growhash()
1162 CK_SLIST_INIT(&ifv->vlan_mc_listhead); in vlan_clone_create()
H A Dif_lagg.c555 CK_SLIST_INIT(&sc->sc_ports); in lagg_clone_create()
/freebsd/sys/netinet/
H A Dtcp_hostcache.c268 CK_SLIST_INIT(&V_tcp_hostcache.hashbase[i].hch_bucket); in tcp_hc_init()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2673 CK_SLIST_INIT(&ipv4[bucket]); in dyn_grow_hashtable()
2674 CK_SLIST_INIT(&ipv4_parent[bucket]); in dyn_grow_hashtable()
2676 CK_SLIST_INIT(&ipv6[bucket]); in dyn_grow_hashtable()
2677 CK_SLIST_INIT(&ipv6_parent[bucket]); in dyn_grow_hashtable()
/freebsd/sys/dev/evdev/
H A Devdev.c290 CK_SLIST_INIT(&evdev->ev_clients); in evdev_register_common()
/freebsd/sys/kern/
H A Dkern_intr.c299 CK_SLIST_INIT(&ie->ie_handlers); in intr_event_create()
H A Dvfs_cache.c2740 CK_SLIST_INIT(&hashtbl[i]); in nchinittbl()