| /xnu-8020.121.3/bsd/net/ |
| H A D | pf_table.c | 328 SLIST_INSERT_HEAD(&workq, p, pfrke_workq); in pfr_add_addrs() 437 SLIST_INSERT_HEAD(&workq, p, pfrke_workq); in pfr_del_addrs() 510 SLIST_INSERT_HEAD(&changeq, p, pfrke_workq); in pfr_set_addrs() 529 SLIST_INSERT_HEAD(&addq, p, pfrke_workq); in pfr_set_addrs() 770 SLIST_INSERT_HEAD(&workq, p, pfrke_workq); in pfr_clr_astats() 1183 SLIST_INSERT_HEAD(w->pfrw_workq, ke, pfrke_workq); in pfr_walktree() 1281 SLIST_INSERT_HEAD(&workq, p, pfrkt_workq); in pfr_clr_tables() 1328 SLIST_INSERT_HEAD(&addq, p, pfrkt_workq); in pfr_add_tables() 1352 SLIST_INSERT_HEAD(&addq, r, pfrkt_workq); in pfr_add_tables() 1361 SLIST_INSERT_HEAD(&changeq, p, pfrkt_workq); in pfr_add_tables() [all …]
|
| H A D | multicast_list.c | 140 SLIST_INSERT_HEAD(&new_mc_list, mc, mc_entries); in multicast_list_program()
|
| H A D | net_str_id.c | 122 SLIST_INSERT_HEAD(&net_str_id_list, entry, nsi_next); in net_str_id_find_internal()
|
| H A D | pf_osfp.c | 395 SLIST_INSERT_HEAD(&fp->fp_oses, entry, fp_entry); in pf_osfp_add() 523 SLIST_INSERT_HEAD(list, ins, fp_next); in pf_osfp_insert()
|
| H A D | if_llatbl.c | 689 SLIST_INSERT_HEAD(&lltables, llt, llt_link); in lltable_link()
|
| H A D | kpi_interface.c | 2074 SLIST_INSERT_HEAD(&ifal_head, ifal, ifal_le); in ifnet_get_address_list_family_internal() 2532 SLIST_INSERT_HEAD(&ifl_head, ifl, ifl_le); in ifnet_list_get_common()
|
| H A D | if_ports_used.c | 413 SLIST_INSERT_HEAD(&net_port_entry_list, npe, npe_list_next); in net_port_info_add_entry()
|
| /xnu-8020.121.3/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 426 SLIST_INSERT_HEAD(&up_head, up, ndprl_le); in nd6_if_prproxy() 469 SLIST_INSERT_HEAD(&down_head, down, ndprl_le); in nd6_if_prproxy() 773 SLIST_INSERT_HEAD(&up_head, up, ndprl_le); in nd6_prproxy_prelist_update() 801 SLIST_INSERT_HEAD(&down_head, down, ndprl_le); in nd6_prproxy_prelist_update() 939 SLIST_INSERT_HEAD(&ndprl_head, ndprl, ndprl_le); in nd6_prproxy_ns_output() 1060 SLIST_INSERT_HEAD(&ndprl_head, ndprl, ndprl_le); in nd6_prproxy_ns_input() 1177 SLIST_INSERT_HEAD(&ndprl_head, ndprl, ndprl_le); in nd6_prproxy_na_input() 1213 SLIST_INSERT_HEAD(&ndprl_head, ndprl, ndprl_le); in nd6_prproxy_na_input()
|
| H A D | mld6.c | 244 SLIST_INSERT_HEAD(_head, _in6m, in6m_dtle); \ 2070 SLIST_INSERT_HEAD(&mli->mli_relinmhead, in mld_v2_process_group_timers() 2179 SLIST_INSERT_HEAD(&mli->mli_relinmhead, inm, in mld_v2_cancel_link_timers() 2474 SLIST_INSERT_HEAD(&mli->mli_relinmhead, inm, in mld_initial_join()
|
| /xnu-8020.121.3/bsd/skywalk/mem/ |
| H A D | skmem_cache.c | 968 SLIST_INSERT_HEAD(&sl->sl_head, bc, bc_link); in skmem_slab_create() 1193 SLIST_INSERT_HEAD(&bcb->bcb_head, bc, bc_link); in skmem_slab_alloc_locked() 1429 SLIST_INSERT_HEAD(&sl->sl_head, bc, bc_link); in skmem_slab_free_locked() 1715 SLIST_INSERT_HEAD(&mg_list, mg, mg_link); in skmem_depot_batch_alloc() 1748 SLIST_INSERT_HEAD(&ml->ml_list, mg, mg_link); in skmem_depot_batch_free() 2025 SLIST_INSERT_HEAD(&mg_list, cp->cp_ploaded, in skmem_cache_batch_alloc() 2041 SLIST_INSERT_HEAD(&mg_list, in skmem_cache_batch_alloc() 2270 SLIST_INSERT_HEAD(&mg_list, cp->cp_ploaded, in skmem_cache_batch_free() 2286 SLIST_INSERT_HEAD(&mg_list, in skmem_cache_batch_free() 2665 SLIST_INSERT_HEAD(&new_bcb->bcb_head, bc, bc_link); in skmem_cache_hash_rescale()
|
| /xnu-8020.121.3/iokit/Kernel/ |
| H A D | IOStatistics.cpp | 360 SLIST_INSERT_HEAD(&foundKext->classList, ce, lLink); in onClassAdded() 459 SLIST_INSERT_HEAD(&found->counterList, counter, link); in registerEventSource() 515 SLIST_INSERT_HEAD(&found->workLoopList, counter, link); in registerWorkLoop() 564 SLIST_INSERT_HEAD(&found->userClientList, counter, link); in registerUserClient()
|
| /xnu-8020.121.3/security/ |
| H A D | mac_base.c | 450 SLIST_INSERT_HEAD(&mles, mle, mle_list); in mac_policy_addto_labellist() 453 SLIST_INSERT_HEAD(&mlls, mll, mll_list); in mac_policy_addto_labellist() 491 SLIST_INSERT_HEAD(list, mle, mle_list); in mac_policy_addto_labellist() 498 SLIST_INSERT_HEAD(&mle->mle_listeners, mll, mll_list); in mac_policy_addto_labellist()
|
| /xnu-8020.121.3/osfmk/ipc/ |
| H A D | ipc_pset.c | 530 SLIST_INSERT_HEAD(klist, kn, kn_selnext); in filt_machport_link() 545 SLIST_INSERT_HEAD(klist, kn, kn_selnext); in filt_machport_unlink()
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | uipc_mbuf2.c | 495 SLIST_INSERT_HEAD(&m->m_pkthdr.tags, t, m_tag_link); in m_tag_prepend() 603 SLIST_INSERT_HEAD(&to->m_pkthdr.tags, t, m_tag_link); in m_tag_copy_chain()
|
| /xnu-8020.121.3/bsd/skywalk/namespace/ |
| H A D | netns.c | 393 SLIST_INSERT_HEAD(&netns_all_tokens, token, nt_all_link); in netns_ns_token_alloc() 1616 SLIST_INSERT_HEAD(&ifp->if_netns_tokens, nt, nt_ifp_link); in _netns_set_ifnet_internal() 1625 SLIST_INSERT_HEAD(&netns_unbound_tokens, nt, nt_ifp_link); in _netns_set_ifnet_internal() 1679 SLIST_INSERT_HEAD(&netns_unbound_tokens, token, nt_ifp_link); in netns_ifnet_detach()
|
| /xnu-8020.121.3/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 302 SLIST_INSERT_HEAD(&lft->lft_flow_list, f, nf_table_link); in netif_flow_list_insert() 772 SLIST_INSERT_HEAD(&nif->nif_flow_list, nf, nf_link); in nx_netif_flow_add()
|
| H A D | nx_netif_netagent.c | 563 SLIST_INSERT_HEAD(&nif->nif_agent_flow_list, naf, naf_link); in nx_netif_netagent_flow_add()
|
| H A D | nx_netif_llink.c | 341 SLIST_INSERT_HEAD(&llink->nll_qset_list, qset, nqs_list); in nx_netif_llink_initialize()
|
| /xnu-8020.121.3/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 123 SLIST_INSERT_HEAD(&hash_buckets[idx], blhe, chain); in blacklist_hash_add()
|
| /xnu-8020.121.3/bsd/netinet/ |
| H A D | tcp_cache.c | 377 SLIST_INSERT_HEAD(&head->tcp_caches, tpcache, list); in tcp_getcache_with_lock() 739 SLIST_INSERT_HEAD(&head->tcp_heuristics, tpheur, list); in tcp_getheuristic_with_lock()
|
| H A D | igmp.c | 292 SLIST_INSERT_HEAD(_head, _inm, inm_dtle); \ 2292 SLIST_INSERT_HEAD(&igi->igi_relinmhead, in igmp_v3_process_group_timers() 2448 SLIST_INSERT_HEAD(&igi->igi_relinmhead, inm, inm_nrele); in igmp_v3_cancel_link_timers() 2773 SLIST_INSERT_HEAD(&igi->igi_relinmhead, inm, inm_nrele); in igmp_initial_join()
|
| H A D | ip_dummynet.c | 2084 SLIST_INSERT_HEAD(&pipehash[HASH(x->pipe_nr)], in config_pipe() 2148 SLIST_INSERT_HEAD(&flowsethash[HASH(x->fs_nr)], in config_pipe()
|
| /xnu-8020.121.3/bsd/sys/ |
| H A D | queue.h | 293 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
|
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | turnstile.c | 393 SLIST_INSERT_HEAD(&dst_ts->ts_free_turnstiles, free_ts, ts_free_elm); in turnstile_freelist_insert() 605 SLIST_INSERT_HEAD(&ts_bucket->ts_ht_bucket_list, new_turnstile, ts_htable_link); in turnstile_htable_lookup_add()
|
| /xnu-8020.121.3/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 1245 SLIST_INSERT_HEAD(&bkt->upp_head, kbe, kbe_buf_upp_link); in pp_insert_upp_bft_locked() 1272 SLIST_INSERT_HEAD(&bkt->upp_head, kqum, qum_upp_link); in pp_insert_upp_common()
|