Home
last modified time | relevance | path

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

12

/xnu-8792.41.9/iokit/IOKit/
H A DIOStatisticsPrivate.h91 SLIST_HEAD(, IOEventSourceCounter) counterList;
92 SLIST_HEAD(, IOUserClientCounter) userClientList;
104 SLIST_HEAD(, ClassNode) classList;
105 SLIST_HEAD(, IOWorkLoopCounter) workLoopList;
/xnu-8792.41.9/bsd/skywalk/mem/
H A Dskmem_cache_var.h78 SLIST_HEAD(, skmem_bufctl) bcb_head; /* bufctl allocated list */
91 SLIST_HEAD(, skmem_bufctl) sl_head; /* bufctl free list */
130 SLIST_HEAD(, skmem_mag) ml_list; /* magazine list */
H A Dskmem_arena_var.h77 SLIST_HEAD(, skmem_arena_mmap_info) ar_map_head; /* list of mmap info */
/xnu-8792.41.9/bsd/net/
H A Dmulticast_list.h47 SLIST_HEAD(multicast_list, multicast_entry);
H A Dnet_str_id.c50 static SLIST_HEAD(, net_str_id_entry) net_str_id_list = {NULL};
H A Dpf_osfp.c71 static SLIST_HEAD(pf_osfp_list, pf_os_fingerprint) pf_osfp_list;
H A Dif_llatbl.c77 static SLIST_HEAD(, lltable) lltables = SLIST_HEAD_INITIALIZER(lltables);
H A Dpfvar.h601 SLIST_HEAD(pf_osfp_enlist, pf_osfp_entry) fp_oses; /* list of matches */
1312 SLIST_HEAD(pfr_kentryworkq, pfr_kentry);
1327 SLIST_HEAD(pfr_ktableworkq, pfr_ktable);
/xnu-8792.41.9/security/
H A Dmac_internal.h129 SLIST_HEAD(mac_label_listeners_t, mac_label_listener);
140 SLIST_HEAD(mac_label_element_list_t, mac_label_element);
/xnu-8792.41.9/bsd/skywalk/packet/
H A Dpbufpool_var.h45 SLIST_HEAD(, __kern_quantum) upp_head;
49 SLIST_HEAD(, __kern_buflet_ext) upp_head;
/xnu-8792.41.9/bsd/netinet6/
H A Dnd6_prproxy.c140 SLIST_HEAD(nd6_prproxy_prelist_head, nd6_prproxy_prelist);
357 SLIST_HEAD(, nd6_prproxy_prelist) up_head; in nd6_if_prproxy()
358 SLIST_HEAD(, nd6_prproxy_prelist) down_head; in nd6_if_prproxy()
700 SLIST_HEAD(, nd6_prproxy_prelist) up_head; in nd6_prproxy_prelist_update()
701 SLIST_HEAD(, nd6_prproxy_prelist) down_head; in nd6_prproxy_prelist_update()
869 SLIST_HEAD(, nd6_prproxy_prelist) ndprl_head; in nd6_prproxy_ns_output()
992 SLIST_HEAD(, nd6_prproxy_prelist) ndprl_head; in nd6_prproxy_ns_input()
1128 SLIST_HEAD(, nd6_prproxy_prelist) ndprl_head; in nd6_prproxy_na_input()
H A Dmld6_var.h191 SLIST_HEAD(, in6_multi) mli_relinmhead; /* released groups */
H A Dmld6.c166 SLIST_HEAD(mld_in6m_relhead, in6_multi);
652 SLIST_HEAD(, in6_multi) in6m_dthead; in mld_domifdetach()
807 SLIST_HEAD(, in6_multi) in6m_dthead; in mli_remref()
1626 SLIST_HEAD(, in6_multi) in6m_dthead; in mld_timeout()
/xnu-8792.41.9/bsd/sys/
H A Devent.h692 SLIST_HEAD(klist, knote);
1121 SLIST_HEAD(klist, knote);
1173 SLIST_HEAD(klist, knote);
/xnu-8792.41.9/bsd/netinet/
H A Dip_dummynet.h362 SLIST_HEAD(dn_flow_set_head, dn_flow_set);
409 SLIST_HEAD(dn_pipe_head, dn_pipe);
H A Digmp_var.h273 SLIST_HEAD(, in_multi) igi_relinmhead; /* released groups */
H A Dtcp_cache.c91 SLIST_HEAD(tcp_heur_bucket, tcp_heuristic) tcp_heuristics;
123 SLIST_HEAD(tcp_cache_bucket, tcp_cache) tcp_caches;
H A Digmp.c118 SLIST_HEAD(igmp_inm_relhead, in_multi);
670 SLIST_HEAD(, in_multi) inm_dthead; in igmp_domifdetach()
816 SLIST_HEAD(, in_multi) inm_dthead; in igi_remref()
1927 SLIST_HEAD(, in_multi) inm_dthead; in igmp_timeout()
H A Dtcp_var.h589 SLIST_HEAD(tcp_rxt_seghead, tcp_rxt_seg) t_rxt_segments;
701 SLIST_HEAD(, tcp_notify_ack_marker) t_notify_ack; /* state for notifying data acknowledgements */
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif.h109 SLIST_HEAD(netif_flow_head, netif_flow);
189 SLIST_HEAD(, netif_qset) nll_qset_list;
212 SLIST_HEAD(netif_agent_flow_head, netif_agent_flow);
/xnu-8792.41.9/osfmk/kern/
H A Dturnstile.h320 SLIST_HEAD(turnstile_list, turnstile);
/xnu-8792.41.9/bsd/kern/
H A Dkern_codesigning.c266 static SLIST_HEAD(, _cs_profile) all_profiles = SLIST_HEAD_INITIALIZER(all_profiles);
/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus_traffic_rule.c198 SLIST_HEAD(nxctl_traffic_rule_inet_head, nxctl_traffic_rule_inet);
207 SLIST_HEAD(nxctl_traffic_rule_inet_if_head, nxctl_traffic_rule_inet_if);
214 SLIST_HEAD(nxctl_traffic_rule_head, nxctl_traffic_rule);
/xnu-8792.41.9/bsd/net/pktsched/
H A Dpktsched_fq_codel.h133 typedef SLIST_HEAD(, flowq) flowq_list_t;
/xnu-8792.41.9/san/memory/
H A Dkasan_dynamic_blacklist.c69 SLIST_HEAD(, blacklist_hash_entry);

12