Home
last modified time | relevance | path

Searched refs:CK_LIST_INSERT_HEAD (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_gre.c353 CK_LIST_INSERT_HEAD( in in6_gre_setup_socket()
359 CK_LIST_INSERT_HEAD(&gs->list, sc, chain); in in6_gre_setup_socket()
398 CK_LIST_INSERT_HEAD(&GRE_HASH_SC(sc), sc, chain); in in6_gre_attach()
399 CK_LIST_INSERT_HEAD(&GRE_SRCHASH(&sc->gre_oip6.ip6_src), sc, srchash); in in6_gre_attach()
H A Din6_gif.c175 CK_LIST_INSERT_HEAD(&V_ipv6_list, sc, chain); in in6_gif_attach()
177 CK_LIST_INSERT_HEAD(&GIF_HASH_SC(sc), sc, chain); in in6_gif_attach()
179 CK_LIST_INSERT_HEAD(&GIF_SRCHASH(&sc->gif_ip6hdr->ip6_src), in in6_gif_attach()
H A Din6.c1111 CK_LIST_INSERT_HEAD(IN6ADDR_HASH(&ia->ia_addr.sin6_addr), ia, ia6_hash); in in6_alloc_ifa()
/f-stack/freebsd/netinet/
H A Dip_gre.c349 CK_LIST_INSERT_HEAD(&GRE_SOCKHASH(addr), gs, chain); in in_gre_setup_socket()
354 CK_LIST_INSERT_HEAD(&gs->list, sc, chain); in in_gre_setup_socket()
395 CK_LIST_INSERT_HEAD(&GRE_HASH_SC(sc), sc, chain); in in_gre_attach()
396 CK_LIST_INSERT_HEAD(&GRE_SRCHASH(sc->gre_oip.ip_src.s_addr), in in_gre_attach()
H A Din_gif.c169 CK_LIST_INSERT_HEAD(&V_ipv4_list, sc, chain); in in_gif_attach()
171 CK_LIST_INSERT_HEAD(&GIF_HASH_SC(sc), sc, chain); in in_gif_attach()
173 CK_LIST_INSERT_HEAD(&GIF_SRCHASH(sc->gif_iphdr->ip_src.s_addr), in in_gif_attach()
H A Dip_encap.c205 CK_LIST_INSERT_HEAD(head, p, chain); in encap_register_srcaddr()
265 CK_LIST_INSERT_HEAD(head, ep, chain); in encap_attach()
H A Din_pcbgroup.c341 CK_LIST_INSERT_HEAD(head, inp, inp_pcbgroup_wild); in in_pcbwild_add()
448 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_pcbgrouphash); in in_pcbgroup_update_internal()
H A Dtcp_ratelimit.c566 CK_LIST_INSERT_HEAD(&int_rs, rs, next); in rt_setup_new_rs()
584 CK_LIST_INSERT_HEAD(&int_rs, rs, next); in rt_setup_new_rs()
745 CK_LIST_INSERT_HEAD(&int_rs, rs, next); in rt_setup_new_rs()
H A Din_pcb.c272 CK_LIST_INSERT_HEAD(hdr, grp, il_list); in in_pcblbgroup_alloc()
622 CK_LIST_INSERT_HEAD(pcbinfo->ipi_listhead, inp, inp_list); in in_pcballoc()
2740 CK_LIST_INSERT_HEAD(pcbporthash, phd, phd_hash); in in_pcbinshash_internal()
2743 CK_LIST_INSERT_HEAD(&phd->phd_pcblist, inp, inp_portlist); in in_pcbinshash_internal()
2744 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash); in in_pcbinshash_internal()
2800 CK_LIST_INSERT_HEAD(head, inp, inp_hash); in in_pcbrehash_mbuf()
H A Draw_ip.c175 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash); in rip_inshash()
/f-stack/freebsd/net/
H A Dif_llatbl.c186 CK_LIST_INSERT_HEAD(lleh, lle, lle_next); in htable_link_entry()
232 CK_LIST_INSERT_HEAD(&pmd->dchain, lle, lle_chain); in htable_prefix_free_cb()
481 CK_LIST_INSERT_HEAD(dchain, lle, lle_chain); in lltable_free_cb()
H A Dif_ipsec.c939 CK_LIST_INSERT_HEAD(ipsec_idhash(reqid), sc, idhash); in ipsec_init_reqid()
968 CK_LIST_INSERT_HEAD(ipsec_idhash(reqid), sc, idhash); in ipsec_set_reqid()
1035 CK_LIST_INSERT_HEAD(ipsec_srchash(src), sc, srchash); in ipsec_set_tunnel()
H A Dif_me.c429 CK_LIST_INSERT_HEAD(&ME_HASH(src, dst), sc, chain); in me_set_tunnel()
430 CK_LIST_INSERT_HEAD(&ME_SRCHASH(src), sc, srchash); in me_set_tunnel()
H A Dbpf.c744 CK_LIST_INSERT_HEAD(&bp->bif_wlist, d, bd_next); in bpf_attachd()
753 CK_LIST_INSERT_HEAD(&bp->bif_dlist, d, bd_next); in bpf_attachd()
2026 CK_LIST_INSERT_HEAD(&d->bd_bif->bif_dlist, in bpf_setf()
2707 CK_LIST_INSERT_HEAD(&bpf_iflist, bp, bif_next); in bpfattach2()
H A Dif_bridge.c1252 CK_LIST_INSERT_HEAD(&sc->sc_iflist, bif, bif_next); in bridge_ioctl_add()
1708 CK_LIST_INSERT_HEAD(&sc->sc_spanlist, bif, bif_next); in bridge_ioctl_addspan()
3042 CK_LIST_INSERT_HEAD(&sc->sc_rthash[hash], brt, brt_hash); in bridge_rtnode_insert()
3066 CK_LIST_INSERT_HEAD(&sc->sc_rtlist, brt, brt_list); in bridge_rtnode_insert()
/f-stack/freebsd/contrib/ck/include/
H A Dck_queue.h404 #define CK_LIST_INSERT_HEAD(head, elm, field) do { \ macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c180 CK_LIST_INSERT_HEAD(TQIDHASH(tqid), ent, tqent_hash); in taskq_insert()