Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c810 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 Dck_queue.h199 #define CK_SLIST_REMOVE(head, elm, type, field) do { \ macro
/freebsd/sys/net/
H A Dif_llatbl.c929 CK_SLIST_REMOVE(&lle->lle_children, child_lle, llentry, lle_child_next); in lltable_unlink_child_entry()
H A Dif_vlan.c475 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 Dif_lagg.c963 CK_SLIST_REMOVE(&sc->sc_ports, lp, lagg_port, lp_entries); in lagg_port_destroy()
/freebsd/sys/dev/evdev/
H A Devdev.c1046 CK_SLIST_REMOVE(&evdev->ev_clients, client, evdev_client, ec_link); in evdev_dispose_client()
/freebsd/sys/kern/
H A Dvfs_cache.c1649 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()