Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_gre.c337 CK_LIST_INSERT_HEAD( in in6_gre_setup_socket()
343 CK_LIST_INSERT_HEAD(&gs->list, sc, chain); in in6_gre_setup_socket()
382 CK_LIST_INSERT_HEAD(&GRE_HASH_SC(sc), sc, chain); in in6_gre_attach()
383 CK_LIST_INSERT_HEAD(&GRE_SRCHASH(&sc->gre_oip6.ip6_src), sc, srchash); in in6_gre_attach()
H A Din6_gif.c174 CK_LIST_INSERT_HEAD(&V_ipv6_list, sc, chain); in in6_gif_attach()
176 CK_LIST_INSERT_HEAD(&GIF_HASH_SC(sc), sc, chain); in in6_gif_attach()
178 CK_LIST_INSERT_HEAD(&GIF_SRCHASH(&sc->gif_ip6hdr->ip6_src), in in6_gif_attach()
H A Din6.c1028 CK_LIST_INSERT_HEAD(IN6ADDR_HASH(&ia->ia_addr.sin6_addr), ia, ia6_hash); in in6_alloc_ifa()
/freebsd/sys/netinet/
H A Din_gif.c168 CK_LIST_INSERT_HEAD(&V_ipv4_list, sc, chain); in in_gif_attach()
170 CK_LIST_INSERT_HEAD(&GIF_HASH_SC(sc), sc, chain); in in_gif_attach()
172 CK_LIST_INSERT_HEAD(&GIF_SRCHASH(sc->gif_iphdr->ip_src.s_addr), in in_gif_attach()
H A Dip_gre.c334 CK_LIST_INSERT_HEAD(&GRE_SOCKHASH(addr), gs, chain); in in_gre_setup_socket()
339 CK_LIST_INSERT_HEAD(&gs->list, sc, chain); in in_gre_setup_socket()
381 CK_LIST_INSERT_HEAD(&GRE_HASH_SC(sc), sc, chain); in in_gre_attach()
382 CK_LIST_INSERT_HEAD(&GRE_SRCHASH(sc->gre_oip.ip_src.s_addr), in in_gre_attach()
H A Dip_encap.c203 CK_LIST_INSERT_HEAD(head, p, chain); in encap_register_srcaddr()
263 CK_LIST_INSERT_HEAD(head, ep, chain); in encap_attach()
H A Din_pcb.c376 CK_LIST_INSERT_HEAD(hdr, grp, il_list); in in_pcblbgroup_resize()
440 CK_LIST_INSERT_HEAD(hdr, grp, il_list); in in_pcbinslbgrouphash()
697 CK_LIST_INSERT_HEAD(&pcbinfo->ipi_listhead, inp, inp_list); in in_pcballoc()
2527 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild); in _in_pcbinshash_wild()
2543 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild); in _in_pcbinshash_wild()
2557 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild); in _in_pcbinshash_wild()
2589 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild); in _in6_pcbinshash_wild()
2603 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_wild); in _in6_pcbinshash_wild()
2671 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_exact); in in_pcbinshash()
2680 CK_LIST_INSERT_HEAD(pcbporthash, inp, inp_portlist); in in_pcbinshash()
[all …]
H A Dtcp_ratelimit.c579 CK_LIST_INSERT_HEAD(&int_rs, rs, next); in rt_setup_new_rs()
599 CK_LIST_INSERT_HEAD(&int_rs, rs, next); in rt_setup_new_rs()
764 CK_LIST_INSERT_HEAD(&int_rs, rs, next); in rt_setup_new_rs()
H A Draw_ip.c171 CK_LIST_INSERT_HEAD(pcbhash, inp, inp_hash_exact); in rip_inshash()
H A Din.c614 CK_LIST_INSERT_HEAD(INADDR_HASH(ia->ia_addr.sin_addr.s_addr), ia, in in_aifaddr_ioctl()
/freebsd/sys/netipsec/
H A Dipsec_offload.c427 CK_LIST_INSERT_HEAD(&sav->accel_ifps, ihs, sav_link); in ipsec_accel_handle_sav()
428 CK_LIST_INSERT_HEAD(&ipsec_accel_all_sav_handles, ihs, sav_allh_link); in ipsec_accel_handle_sav()
532 CK_LIST_INSERT_HEAD(&ipsec_accel_all_sav_handles, marker, in ipsec_accel_on_ifdown_sav()
618 CK_LIST_INSERT_HEAD(&sp->accel_ifps, i, sp_link); in ipsec_accel_remember_sp()
619 CK_LIST_INSERT_HEAD(&ipsec_accel_all_sp_handles, i, sp_allh_link); in ipsec_accel_remember_sp()
777 CK_LIST_INSERT_HEAD(&ipsec_accel_all_sp_handles, marker, in ipsec_accel_on_ifdown_sp()
/freebsd/sys/net/
H A Dif_llatbl.c221 CK_LIST_INSERT_HEAD(lleh, lle, lle_next); in htable_link_entry()
267 CK_LIST_INSERT_HEAD(&pmd->dchain, lle, lle_chain); in htable_prefix_free_cb()
680 CK_LIST_INSERT_HEAD(dchain, lle, lle_chain); in lltable_free_cb()
783 CK_LIST_INSERT_HEAD(&lmd->dchain, lle, lle_chain); in lltable_delete_conditional_cb()
H A Dif_ipsec.c952 CK_LIST_INSERT_HEAD(ipsec_idhash(reqid), sc, idhash); in ipsec_init_reqid()
981 CK_LIST_INSERT_HEAD(ipsec_idhash(reqid), sc, idhash); in ipsec_set_reqid()
1055 CK_LIST_INSERT_HEAD(iflist, sc, srchash); in ipsec_set_tunnel()
H A Dif_me.c428 CK_LIST_INSERT_HEAD(&ME_HASH(src, dst), sc, chain); in me_set_tunnel()
429 CK_LIST_INSERT_HEAD(&ME_SRCHASH(src), sc, srchash); in me_set_tunnel()
H A Dbpf.c751 CK_LIST_INSERT_HEAD(&bp->bif_wlist, d, bd_next); in bpf_attachd()
760 CK_LIST_INSERT_HEAD(&bp->bif_dlist, d, bd_next); in bpf_attachd()
2057 CK_LIST_INSERT_HEAD(&d->bd_bif->bif_dlist, in bpf_setf()
2819 CK_LIST_INSERT_HEAD(&bpf_iflist, bp, bif_next); in bpfattach2()
H A Dif_bridge.c1365 CK_LIST_INSERT_HEAD(&sc->sc_iflist, bif, bif_next); in bridge_ioctl_add()
1833 CK_LIST_INSERT_HEAD(&sc->sc_spanlist, bif, bif_next); in bridge_ioctl_addspan()
3263 CK_LIST_INSERT_HEAD(&sc->sc_rthash[hash], brt, brt_hash); in bridge_rtnode_insert()
3287 CK_LIST_INSERT_HEAD(&sc->sc_rtlist, brt, brt_list); in bridge_rtnode_insert()
/freebsd/sys/netlink/
H A Dnetlink_module.c80 CK_LIST_INSERT_HEAD(&vnets_head, &V_nl_ctl, ctl_next); in vnet_nl_init()
H A Dnetlink_domain.c303 CK_LIST_INSERT_HEAD(&V_nl_ctl.ctl_port_head, nlp, nl_port_next); in nl_bind_locked()
358 CK_LIST_INSERT_HEAD(&V_nl_ctl.ctl_pcb_head, nlp, nl_next); in nl_attach()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h95 CK_LIST_INSERT_HEAD(&__head->head, \
/freebsd/sys/contrib/ck/include/
H A Dck_queue.h419 #define CK_LIST_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd/sys/dev/random/
H A Drandom_harvestq.c646 CK_LIST_INSERT_HEAD(&source_list, rrs, rrs_entries); in random_source_register()
/freebsd/sys/dev/wg/
H A Dwg_noise.c335 CK_LIST_INSERT_HEAD(&l->l_remote_hash[idx], r, r_entry); in noise_remote_enable()
405 CK_LIST_INSERT_HEAD(&l->l_index_hash[idx], r_i, i_entry); in noise_remote_index_insert()
/freebsd/sys/netpfil/ipfw/
H A Dip_dummynet.c2702 CK_LIST_INSERT_HEAD(&schedlist, d, next); in load_dn_sched()
2796 CK_LIST_INSERT_HEAD(&aqmlist, d, next); in load_dn_aqm()
/freebsd/sys/netpfil/pf/
H A Dpflow.c421 CK_LIST_INSERT_HEAD(&V_pflowif_list, pflowif, sc_next); in pflow_create()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c3134 CK_LIST_INSERT_HEAD(&pmc_ss_owners, po, po_ssnext); in pmc_start()