Searched refs:LIST_ENTRY (Results 1 - 25 of 54) sorted by relevance

123

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h55 LIST_ENTRY(secashead) chain;
77 LIST_ENTRY(secasvar) chain;
78 LIST_ENTRY(secasvar) spihash;
128 LIST_ENTRY(secreg) chain;
136 LIST_ENTRY(secacq) chain;
/darwin-on-arm/xnu/bsd/net/
H A Draw_cb.h75 LIST_ENTRY(rawcb) list;
H A Dif_pflog.h71 LIST_ENTRY(pflog_softc) sc_list;
H A Dbridgestp.h319 LIST_ENTRY(bstp_port) bp_next;
384 LIST_ENTRY(bstp_state) bs_list;
H A Dif_media.h94 LIST_ENTRY(ifmedia_entry) ifm_list;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_encap.h66 LIST_ENTRY(encaptab) chain;
H A Din_pcb.h145 LIST_ENTRY(inpcb) inp_hash; /* hash list */
150 LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */
155 LIST_ENTRY(inpcb) inp_portlist; /* list for this PCB's local port */
258 #define _INPCB_LIST_ENTRY(x) LIST_ENTRY(x)
497 LIST_ENTRY(inpcbport) phd_hash;
H A Dtcp_timer.h183 LIST_ENTRY(tcptimerentry) le; /* links for timer list */
H A Digmp_var.h252 LIST_ENTRY(igmp_ifinfo) igi_link;
H A Dip_fw.h167 LIST_ENTRY(ip_fw_chain) next;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_prefix.h36 LIST_ENTRY(rr_prefix) rp_entry;
68 LIST_ENTRY(rp_addr) ra_entry;
H A Dmld6_var.h180 LIST_ENTRY(mld_ifinfo) mli_link;
H A Dipsec.h80 LIST_ENTRY(secpolicy) chain;
128 LIST_ENTRY(secspacq) chain;
H A Dip6_fw.h238 LIST_ENTRY(ip6_fw_chain) chain;
/darwin-on-arm/xnu/bsd/sys/
H A Dunpcb.h112 #define _UNPCB_LIST_ENTRY(x) LIST_ENTRY(x)
124 LIST_ENTRY(unpcb) unp_link; /* glue on list of all PCBs */
130 LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */
H A Dnamei.h239 LIST_ENTRY(namecache) nc_hash; /* hash chain */
240 LIST_ENTRY(namecache) nc_child; /* chain of ncp's that are children of a vp */
242 LIST_ENTRY(namecache) nc_link; /* chain of ncp's that 'name' a vp */
H A Dkern_event.h290 LIST_ENTRY(kern_event_pcb) ev_link; /* glue on list of all PCBs */
H A Dbuf_internal.h99 LIST_ENTRY(buf) b_hash; /* Hash chain. */
100 LIST_ENTRY(buf) b_vnbufs; /* Buffer's associated vnode. */
H A Dproc_internal.h110 LIST_ENTRY(lctx) lc_list; /* List of all login contexts. */
132 LIST_ENTRY(session) s_hash; /* Hash chain.(LL) */
165 LIST_ENTRY(pgrp) pg_hash; /* Hash chain. (LL) */
207 LIST_ENTRY(proc) p_list; /* List of all processes. */
229 LIST_ENTRY(proc) p_pglist; /* List of processes in pgrp.(PGL) */
230 LIST_ENTRY(proc) p_sibling; /* List of sibling processes. (LL)*/
234 LIST_ENTRY(proc) p_hash; /* Hash chain. (LL)*/
361 LIST_ENTRY(proc) p_lclist; /* List of processes in lctx. */
H A Dquota.h290 LIST_ENTRY(dquot) dq_hash; /* hash list */
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsrvcache.h90 LIST_ENTRY(nfsrvcache) rc_hash; /* Hash chain */
H A Dnfs_gss.h140 LIST_ENTRY(nfs_gss_svc_ctx) gss_svc_entries;
/darwin-on-arm/xnu/bsd/bsm/
H A Daudit_internal.h62 LIST_ENTRY(au_record) au_rec_q;
/darwin-on-arm/xnu/bsd/man/man3/
H A DMakefile32 queue.3 LIST_ENTRY.3 \
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Dfdesc.h89 LIST_ENTRY(fdescnode) fd_hash; /* Hash list */

Completed in 207 milliseconds

123