Searched refs:CK_LIST_REMOVE (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/sys/netinet/
H A Din_gif.c186 CK_LIST_REMOVE(sc, srchash);
187 CK_LIST_REMOVE(sc, chain);
239 CK_LIST_REMOVE(sc, srchash);
240 CK_LIST_REMOVE(sc, chain);
H A Dip_gre.c270 CK_LIST_REMOVE(gs, chain);
412 CK_LIST_REMOVE(sc, chain);
413 CK_LIST_REMOVE(sc, srchash);
480 CK_LIST_REMOVE(sc, chain);
481 CK_LIST_REMOVE(sc, srchash);
H A Dip_encap.c222 CK_LIST_REMOVE(p, chain);
278 CK_LIST_REMOVE(ep, chain);
H A Din_pcb.c283 CK_LIST_REMOVE(grp, il_list);
1734 CK_LIST_REMOVE(inp, inp_list);
2660 CK_LIST_REMOVE(inp, inp_hash_wild);
2662 CK_LIST_REMOVE(inp, inp_hash_exact);
2667 CK_LIST_REMOVE(inp, inp_hash_wild);
2669 CK_LIST_REMOVE(inp, inp_hash_exact);
2671 CK_LIST_REMOVE(inp, inp_portlist);
2673 CK_LIST_REMOVE(phd, phd_hash);
2726 CK_LIST_REMOVE(inp, inp_hash_wild);
2728 CK_LIST_REMOVE(in
[all...]
H A Dtcp_ratelimit.c1284 CK_LIST_REMOVE(rs, next);
1311 CK_LIST_REMOVE(rs, next);
H A Din.c667 CK_LIST_REMOVE(ia, ia_hash);
730 CK_LIST_REMOVE(ia, ia_hash);
H A Draw_ip.c176 CK_LIST_REMOVE(inp, inp_hash_exact);
/freebsd-current/sys/netinet6/
H A Din6_gif.c192 CK_LIST_REMOVE(sc, srchash);
193 CK_LIST_REMOVE(sc, chain);
254 CK_LIST_REMOVE(sc, srchash);
255 CK_LIST_REMOVE(sc, chain);
H A Dip6_gre.c265 CK_LIST_REMOVE(gs, chain);
410 CK_LIST_REMOVE(sc, chain);
411 CK_LIST_REMOVE(sc, srchash);
487 CK_LIST_REMOVE(sc, chain);
488 CK_LIST_REMOVE(sc, srchash);
H A Din6.c1468 CK_LIST_REMOVE(ia, ia6_hash);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h126 CK_LIST_REMOVE((struct lkpi_hash_entry *)node, entry);
/freebsd-current/sys/netlink/
H A Dnetlink_module.c120 CK_LIST_REMOVE(ctl, ctl_next);
H A Dnetlink_domain.c515 CK_LIST_REMOVE(nlp, nl_port_next);
518 CK_LIST_REMOVE(nlp, nl_next);
/freebsd-current/sys/net/
H A Dif_gif.c717 CK_LIST_REMOVE(sc, srchash);
718 CK_LIST_REMOVE(sc, chain);
H A Dif_me.c444 CK_LIST_REMOVE(sc, chain);
445 CK_LIST_REMOVE(sc, srchash);
H A Dif_ipsec.c243 CK_LIST_REMOVE(sc, idhash);
973 CK_LIST_REMOVE(sc, idhash);
1071 CK_LIST_REMOVE(sc, srchash);
H A Dif_gre.c402 CK_LIST_REMOVE(sc, chain);
403 CK_LIST_REMOVE(sc, srchash);
413 CK_LIST_REMOVE(gs, chain);
H A Dbpf.c867 CK_LIST_REMOVE(d, bd_next);
2056 CK_LIST_REMOVE(d, bd_next);
2859 CK_LIST_REMOVE(bp, bif_next);
H A Dif_llatbl.c240 CK_LIST_REMOVE(lle, lle_next);
H A Dif_bridge.c1164 CK_LIST_REMOVE(bif, bif_next);
1240 CK_LIST_REMOVE(bif, bif_next);
3319 CK_LIST_REMOVE(brt, brt_hash);
3321 CK_LIST_REMOVE(brt, brt_list);
/freebsd-current/sys/contrib/ck/include/
H A Dck_queue.h428 #define CK_LIST_REMOVE(elm, field) do { \ macro
/freebsd-current/sys/dev/random/
H A Drandom_harvestq.c660 CK_LIST_REMOVE(rrs, rrs_entries);
/freebsd-current/sys/dev/wg/
H A Dwg_noise.c353 CK_LIST_REMOVE(r, r_entry);
453 CK_LIST_REMOVE(&r->r_index, i_entry);
643 CK_LIST_REMOVE(r_i, i_entry);
781 CK_LIST_REMOVE(&kp->kp_index, i_entry);
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dummynet.c2723 CK_LIST_REMOVE(r, next);
2839 CK_LIST_REMOVE(r, next);
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_mod.c2774 CK_LIST_REMOVE(po, po_ssnext);
3236 CK_LIST_REMOVE(po, po_ssnext);

Completed in 338 milliseconds

12