Searched refs:CK_SLIST_HEAD (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.h | 116 CK_SLIST_HEAD(nat64lsn_aliaslink_slist, nat64lsn_aliaslink); 117 CK_SLIST_HEAD(nat64lsn_states_slist, nat64lsn_state); 118 CK_SLIST_HEAD(nat64lsn_hosts_slist, nat64lsn_host); 119 CK_SLIST_HEAD(nat64lsn_pg_slist, nat64lsn_pg);
|
| /f-stack/freebsd/sys/ |
| H A D | interrupt.h | 111 CK_SLIST_HEAD(, intr_handler) ie_handlers; /* Interrupt handlers. */
|
| /f-stack/freebsd/net/ |
| H A D | if_lagg.h | 251 CK_SLIST_HEAD(__tplhd, lagg_port) sc_ports; /* list of interfaces */
|
| H A D | if_vlan.c | 101 CK_SLIST_HEAD(ifvlanhead, ifvlan); 200 CK_SLIST_HEAD(, vlan_mc_entry) vlan_mc_listhead;
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_queue.h | 126 #define CK_SLIST_HEAD(name, type) \ macro
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 185 CK_SLIST_HEAD(dyn_ipv4ck_slist, dyn_ipv4_state); 210 CK_SLIST_HEAD(dyn_ipv6ck_slist, dyn_ipv6_state);
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_cache.c | 358 static __read_mostly CK_SLIST_HEAD(nchashhead, namecache) *nchashtbl;/* Hash Table */
|