Home
last modified time | relevance | path

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

12

/xnu-8792.41.9/bsd/net/
H A Dpf_table.c297 SLIST_INIT(&workq); in pfr_add_addrs()
414 SLIST_INIT(&workq); in pfr_del_addrs()
491 SLIST_INIT(&addq); in pfr_set_addrs()
492 SLIST_INIT(&delq); in pfr_set_addrs()
493 SLIST_INIT(&changeq); in pfr_set_addrs()
753 SLIST_INIT(&workq); in pfr_clr_astats()
834 SLIST_INIT(workq); in pfr_enqueue_addrs()
1269 SLIST_INIT(&workq); in pfr_clr_tables()
1304 SLIST_INIT(&addq); in pfr_add_tables()
1305 SLIST_INIT(&changeq); in pfr_add_tables()
[all …]
H A Dmulticast_list.c52 SLIST_INIT(mc_list); in multicast_list_init()
H A Dpf_osfp.c279 SLIST_INIT(&pf_osfp_list); in pf_osfp_initialize()
381 SLIST_INIT(&fp->fp_oses); in pf_osfp_add()
H A Dkpi_interface.c2054 SLIST_INIT(&ifal_head); in ifnet_get_address_list_family_internal()
2541 SLIST_INIT(&ifl_head); in ifnet_list_get_common()
/xnu-8792.41.9/bsd/netinet6/
H A Dnd6_prproxy.c370 SLIST_INIT(&up_head); in nd6_if_prproxy()
371 SLIST_INIT(&down_head); in nd6_if_prproxy()
709 SLIST_INIT(&up_head); in nd6_prproxy_prelist_update()
710 SLIST_INIT(&down_head); in nd6_prproxy_prelist_update()
895 SLIST_INIT(&ndprl_head); in nd6_prproxy_ns_output()
1002 SLIST_INIT(&ndprl_head); in nd6_prproxy_ns_input()
1136 SLIST_INIT(&ndprl_head); in nd6_prproxy_na_input()
H A Dmld6.c654 SLIST_INIT(&in6m_dthead); in mld_domifdetach()
741 SLIST_INIT(&mli->mli_relinmhead); in mli_initvar()
827 SLIST_INIT(&in6m_dthead); in mli_remref()
1628 SLIST_INIT(&in6m_dthead); in mld_timeout()
/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c536 SLIST_INIT(&rs->rs_list); in nxctl_traffic_rule_storage_create()
568 SLIST_INIT(&rs->rs_list); in nxctl_traffic_rule_clean()
737 SLIST_INIT(&rs->ris_if_list); in inet_traffic_rule_storage_create()
761 SLIST_INIT(&rif->rii_lists[i]); in inet_traffic_rule_if_create()
/xnu-8792.41.9/iokit/Kernel/
H A DIOStatistics.cpp239 SLIST_INIT(&ke->classList); in onKextLoad()
356 SLIST_INIT(&ce->counterList); in onClassAdded()
357 SLIST_INIT(&ce->userClientList); in onClassAdded()
/xnu-8792.41.9/security/
H A Dmac_base.c350 SLIST_INIT(&mac_label_element_list); in mac_policy_init()
351 SLIST_INIT(&mac_static_label_element_list); in mac_policy_init()
490 SLIST_INIT(&mle->mle_listeners); in mac_policy_addto_labellist()
/xnu-8792.41.9/osfmk/kern/
H A Dturnstile.c338 SLIST_INIT(&ts_bucket->ts_ht_bucket_list); in turnstiles_hashtable_init()
342 SLIST_INIT(&ts_bucket->ts_ht_bucket_list); in turnstiles_hashtable_init()
413 SLIST_INIT(&ret_turnstile->ts_free_turnstiles); in turnstile_freelist_remove()
826 SLIST_INIT(&turnstile->ts_free_turnstiles); in turnstile_alloc()
1009 SLIST_INIT(&thread_turnstile->ts_free_turnstiles); in turnstile_prepare_common()
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c327 SLIST_INIT(&lft->lft_flow_list); in netif_flow_list_table_alloc()
851 SLIST_INIT(&nif->nif_flow_list); in nx_netif_flow_init()
H A Dnx_netif_netagent.c1024 SLIST_INIT(&nif->nif_agent_flow_list); in nx_netif_agent_init()
H A Dnx_netif_llink.c344 SLIST_INIT(&llink->nll_qset_list); in nx_netif_llink_initialize()
/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.c1616 SLIST_INIT(&tcp_cache[i].tcp_caches); in tcp_cache_init()
1620 SLIST_INIT(&tcp_heuristics[i].tcp_heuristics); in tcp_cache_init()
H A Digmp.c672 SLIST_INIT(&inm_dthead); in igmp_domifdetach()
750 SLIST_INIT(&igi->igi_relinmhead); in igi_initvar()
836 SLIST_INIT(&inm_dthead); in igi_remref()
1930 SLIST_INIT(&inm_dthead); in igmp_timeout()
H A Dtcp_subr.c1117 SLIST_INIT(&tp->t_rxt_segments); in tcp_newtcpcb()
1118 SLIST_INIT(&tp->t_notify_ack); in tcp_newtcpcb()
4343 SLIST_INIT(&tp->t_notify_ack); in tcp_notify_ack_free()
H A Dflow_divert.c3098 SLIST_INIT(&tmp_list); in flow_divert_close_all()
4302 SLIST_INIT(&tmp_list); in flow_divert_kctl_rcvd()
/xnu-8792.41.9/bsd/kern/
H A Duipc_mbuf2.c618 SLIST_INIT(&m->m_pkthdr.tags); in m_tag_init()
H A Dposix_shm.c402 SLIST_INIT(&new_pinfo->pshm_mobjs); in shm_open()
H A Dkern_proc.c2793 SLIST_INIT(&pl->pl_head); in pidlist_init()
/xnu-8792.41.9/bsd/skywalk/namespace/
H A Dnetns.c1140 SLIST_INIT(&netns_unbound_tokens); in netns_init()
1141 SLIST_INIT(&netns_all_tokens); in netns_init()
/xnu-8792.41.9/bsd/sys/
H A Dqueue.h284 #define SLIST_INIT(head) do { \ macro
/xnu-8792.41.9/bsd/skywalk/mem/
H A Dskmem_cache.c782 SLIST_INIT(&skm->skm_hash_table[i].bcb_head); in skmem_cache_create()
2639 SLIST_INIT(&new_table[i].bcb_head); in skmem_cache_hash_rescale()
/xnu-8792.41.9/bsd/skywalk/packet/
H A Dpbufpool.c1496 SLIST_INIT(&pp->pp_u_hash_table[i].upp_head); in pp_init_upp_locked()
1870 SLIST_INIT(&pp->pp_u_bft_hash_table[i].upp_head); in pp_init_upp_bft_locked()
/xnu-8792.41.9/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp924 SLIST_INIT(&fArenaHead); in OSDefineMetaClassAndFinalStructors()

12