Searched refs:CK_SLIST_REMOVE (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn.c | 810 CK_SLIST_REMOVE(&STATE_HASH(host, state->hval), in nat64lsn_maintain_pg() 873 CK_SLIST_REMOVE(&alias->portgroups, pg, in nat64lsn_expire_portgroups() 919 CK_SLIST_REMOVE(&cfg->hosts_hash[i], host, in nat64lsn_expire_hosts() 1413 CK_SLIST_REMOVE(&host->states_hash[i], state, in nat64lsn_host_cleanup() 1474 CK_SLIST_REMOVE(&STATE_HASH(host, in nat64lsn_pg_cleanup() 1918 CK_SLIST_REMOVE(&link->alias->hosts, link, in nat64lsn_destroy_host()
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_queue.h | 199 #define CK_SLIST_REMOVE(head, elm, type, field) do { \ macro
|
/freebsd/sys/net/ |
H A D | if_llatbl.c | 929 CK_SLIST_REMOVE(&lle->lle_children, child_lle, llentry, lle_child_next); in lltable_unlink_child_entry()
|
H A D | if_vlan.c | 475 CK_SLIST_REMOVE(&trunk->hash[i], ifv2, ifvlan, ifv_list); in vlan_remhash() 516 CK_SLIST_REMOVE(&trunk->hash[i], ifv, ifvlan, ifv_list); in vlan_growhash()
|
H A D | if_lagg.c | 963 CK_SLIST_REMOVE(&sc->sc_ports, lp, lagg_port, lp_entries); in lagg_port_destroy()
|
/freebsd/sys/dev/evdev/ |
H A D | evdev.c | 1046 CK_SLIST_REMOVE(&evdev->ev_clients, client, evdev_client, ec_link); in evdev_dispose_client()
|
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 1649 CK_SLIST_REMOVE(ncpp, ncp, namecache, nc_hash); in cache_zap_locked() 2914 CK_SLIST_REMOVE(&old_nchashtbl[i], ncp, namecache, nc_hash); in cache_changesize()
|