Home
last modified time | relevance | path

Searched refs:CK_LIST_REMOVE (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_gif.c187 CK_LIST_REMOVE(sc, srchash); in in_gif_setopts()
188 CK_LIST_REMOVE(sc, chain); in in_gif_setopts()
239 CK_LIST_REMOVE(sc, srchash); in in_gif_ioctl()
240 CK_LIST_REMOVE(sc, chain); in in_gif_ioctl()
H A Dip_gre.c285 CK_LIST_REMOVE(gs, chain); in in_gre_setup_socket()
424 CK_LIST_REMOVE(sc, chain); in in_gre_setopts()
425 CK_LIST_REMOVE(sc, srchash); in in_gre_setopts()
492 CK_LIST_REMOVE(sc, chain); in in_gre_ioctl()
493 CK_LIST_REMOVE(sc, srchash); in in_gre_ioctl()
H A Din_pcbgroup.c360 CK_LIST_REMOVE(inp, inp_pcbgroup_wild); in in_pcbwild_remove()
418 CK_LIST_REMOVE(inp, inp_pcbgrouphash); in in_pcbgroup_update_internal()
551 CK_LIST_REMOVE(inp, inp_pcbgrouphash); in in_pcbgroup_remove()
H A Dip_encap.c224 CK_LIST_REMOVE(p, chain); in encap_unregister_srcaddr()
280 CK_LIST_REMOVE(ep, chain); in encap_detach()
H A Din_pcb.c289 CK_LIST_REMOVE(grp, il_list); in in_pcblbgroup_free()
1861 CK_LIST_REMOVE(inp, inp_hash); in in_pcbdrop()
1862 CK_LIST_REMOVE(inp, inp_portlist); in in_pcbdrop()
1864 CK_LIST_REMOVE(phd, phd_hash); in in_pcbdrop()
2799 CK_LIST_REMOVE(inp, inp_hash); in in_pcbrehash_mbuf()
2837 CK_LIST_REMOVE(inp, inp_hash); in in_pcbremlists()
2838 CK_LIST_REMOVE(inp, inp_portlist); in in_pcbremlists()
2840 CK_LIST_REMOVE(phd, phd_hash); in in_pcbremlists()
2846 CK_LIST_REMOVE(inp, inp_list); in in_pcbremlists()
H A Dtcp_ratelimit.c1160 CK_LIST_REMOVE(rs, next); in tcp_rl_ifnet_departure()
1186 CK_LIST_REMOVE(rs, next); in tcp_rl_shutdown()
H A Draw_ip.c185 CK_LIST_REMOVE(inp, inp_hash); in rip_delhash()
/f-stack/freebsd/netinet6/
H A Din6_gif.c193 CK_LIST_REMOVE(sc, srchash); in in6_gif_setopts()
194 CK_LIST_REMOVE(sc, chain); in in6_gif_setopts()
255 CK_LIST_REMOVE(sc, srchash); in in6_gif_ioctl()
256 CK_LIST_REMOVE(sc, chain); in in6_gif_ioctl()
H A Dip6_gre.c281 CK_LIST_REMOVE(gs, chain); in in6_gre_setup_socket()
426 CK_LIST_REMOVE(sc, chain); in in6_gre_setopts()
427 CK_LIST_REMOVE(sc, srchash); in in6_gre_setopts()
503 CK_LIST_REMOVE(sc, chain); in in6_gre_ioctl()
504 CK_LIST_REMOVE(sc, srchash); in in6_gre_ioctl()
H A Din6.c1405 CK_LIST_REMOVE(ia, ia6_hash); in in6_unlink_ifa()
/f-stack/freebsd/net/
H A Dif_gre.c403 CK_LIST_REMOVE(sc, chain); in gre_delete_tunnel()
404 CK_LIST_REMOVE(sc, srchash); in gre_delete_tunnel()
414 CK_LIST_REMOVE(gs, chain); in gre_delete_tunnel()
H A Dif_ipsec.c244 CK_LIST_REMOVE(sc, idhash); in ipsec_clone_destroy()
964 CK_LIST_REMOVE(sc, idhash); in ipsec_set_reqid()
1053 CK_LIST_REMOVE(sc, srchash); in ipsec_delete_tunnel()
H A Dif_gif.c713 CK_LIST_REMOVE(sc, srchash); in gif_delete_tunnel()
714 CK_LIST_REMOVE(sc, chain); in gif_delete_tunnel()
H A Dif_me.c443 CK_LIST_REMOVE(sc, chain); in me_delete_tunnel()
444 CK_LIST_REMOVE(sc, srchash); in me_delete_tunnel()
H A Dif_bridge.c1059 CK_LIST_REMOVE(bif, bif_next); in bridge_delete_member()
1135 CK_LIST_REMOVE(bif, bif_next); in bridge_delete_span()
3094 CK_LIST_REMOVE(brt, brt_hash); in bridge_rtnode_destroy()
3096 CK_LIST_REMOVE(brt, brt_list); in bridge_rtnode_destroy()
H A Dbpf.c856 CK_LIST_REMOVE(d, bd_next); in bpf_detachd_locked()
2025 CK_LIST_REMOVE(d, bd_next); in bpf_setf()
2757 CK_LIST_REMOVE(bp, bif_next); in bpfdetach()
H A Dif_llatbl.c205 CK_LIST_REMOVE(lle, lle_next); in htable_unlink_entry()
/f-stack/freebsd/contrib/ck/include/
H A Dck_queue.h413 #define CK_LIST_REMOVE(elm, field) do { \ macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c194 CK_LIST_REMOVE(ent, tqent_hash); in taskq_remove()