Searched refs:CK_SLIST_INSERT_HEAD (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 391 CK_SLIST_INSERT_HEAD(&STATE_HASH(host, hval), in nat64lsn_get_state6to4() 871 CK_SLIST_INSERT_HEAD(portgroups, pg, entries); in nat64lsn_expire_portgroups() 901 CK_SLIST_INSERT_HEAD(hosts, host, entries); in nat64lsn_expire_hosts() 1058 CK_SLIST_INSERT_HEAD(&host->aliases, link, host_entries); in nat64lsn_alloc_host() 1061 CK_SLIST_INSERT_HEAD(&link->alias->hosts, link, alias_entries); in nat64lsn_alloc_host() 1066 CK_SLIST_INSERT_HEAD(&HOSTS(cfg, ji->src6_hval), host, entries); in nat64lsn_alloc_host() 1177 CK_SLIST_INSERT_HEAD(&alias->portgroups, pg, entries); in nat64lsn_alloc_proto_pg()
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_queue.h | 177 #define CK_SLIST_INSERT_HEAD(head, elm, field) do { \ macro
|
| /f-stack/freebsd/net/ |
| H A D | if_vlan.c | 404 CK_SLIST_INSERT_HEAD(&trunk->hash[i], ifv, ifv_list); in vlan_inshash() 472 CK_SLIST_INSERT_HEAD(&hash2[j], ifv, ifv_list); in vlan_growhash() 613 CK_SLIST_INSERT_HEAD(&sc->vlan_mc_listhead, mc, mc_entries); in vlan_setmulti()
|
| H A D | if_lagg.c | 870 CK_SLIST_INSERT_HEAD(&sc->sc_ports, lp, lp_entries); in lagg_port_create()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 1580 CK_SLIST_INSERT_HEAD(&V_dyn_ipv4_parent[bucket], s, entry); in dyn_add_ipv4_parent() 1631 CK_SLIST_INSERT_HEAD(&V_dyn_ipv4[bucket], s, entry); in dyn_add_ipv4_state() 1711 CK_SLIST_INSERT_HEAD(&V_dyn_ipv6_parent[bucket], s, entry); in dyn_add_ipv6_parent() 1762 CK_SLIST_INSERT_HEAD(&V_dyn_ipv6[bucket], s, entry); in dyn_add_ipv6_state() 2642 CK_SLIST_INSERT_HEAD(&head[DYN_BUCKET(s->hval, new)], \ in dyn_grow_hashtable()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_cache.c | 2462 CK_SLIST_INSERT_HEAD(ncpp, ncp, nc_hash); in cache_enter_time() 2610 CK_SLIST_INSERT_HEAD(NCHHASH(hash), ncp, nc_hash); in cache_changesize()
|