Home
last modified time | relevance | path

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

123

/xnu-8019.80.24/bsd/netkey/
H A Dkeydb.h58 LIST_ENTRY(secashead) chain;
80 LIST_ENTRY(secasvar) chain;
81 LIST_ENTRY(secasvar) spihash;
135 LIST_ENTRY(secreg) chain;
143 LIST_ENTRY(secacq) chain;
/xnu-8019.80.24/bsd/sys/
H A Dunpcb.h116 #define _UNPCB_LIST_ENTRY(x) LIST_ENTRY(x)
128 LIST_ENTRY(unpcb) unp_link; /* glue on list of all PCBs */
134 LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */
H A Dbuf_internal.h104 LIST_ENTRY(buf) b_hash; /* Hash chain. */
105 LIST_ENTRY(buf) b_vnbufs; /* Buffer's associated vnode. */
H A Dnamei.h247 LIST_ENTRY(namecache) nc_link; /* chain of ncp's that 'name' a vp */
250 LIST_ENTRY(namecache) nc_hash; /* hash chain */
H A Dvsock_domain.h40 LIST_ENTRY(vsockpcb) bound;
H A Dproc_internal.h141 LIST_ENTRY(session) s_hash; /* (LL) hash linkage */
272 LIST_ENTRY(proc) p_list; /* List of all processes. */
295 LIST_ENTRY(proc) p_pglist; /* List of processes in pgrp (PGL) */
296 LIST_ENTRY(proc) p_sibling; /* List of sibling processes (LL)*/
304 LIST_ENTRY(proc) p_persona_list;
H A Deventvar.h103 LIST_ENTRY(knote_lock_ctx) knlc_link;
392 LIST_ENTRY(kqworkloop) kqwl_hashlink; /* linkage for search list */
H A Ducred.h96 LIST_ENTRY(ucred) cr_link; /* never modify this without KAUTH_CRED_HASH_LOCK */
H A Dkern_event.h342 LIST_ENTRY(kern_event_pcb) evp_link; /* glue on list of all PCBs */
/xnu-8019.80.24/security/
H A Dmac_internal.h125 LIST_ENTRY(mac_label_listener) mll_list;
136 LIST_ENTRY(mac_label_element) mle_list;
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.h157 LIST_ENTRY(inpcb) inp_hash; /* hash list */
158 LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */
162 LIST_ENTRY(inpcb) inp_portlist; /* list for this PCB's local port */
288 #define _INPCB_LIST_ENTRY(x) LIST_ENTRY(x)
538 LIST_ENTRY(inpcbport) phd_hash;
H A Dip_encap.h64 LIST_ENTRY(encaptab) chain;
/xnu-8019.80.24/bsd/net/
H A Draw_cb.h73 LIST_ENTRY(rawcb) list;
H A Dif_pflog.h74 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_llatbl.h86 LIST_ENTRY(llentry) lle_next;
118 LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */
/xnu-8019.80.24/bsd/nfs/
H A Dnfsrvcache.h90 LIST_ENTRY(nfsrvcache) rc_hash; /* Hash chain */
H A Dnfsnode.h103 LIST_ENTRY(nfsbuf) nb_hash; /* hash chain */
104 LIST_ENTRY(nfsbuf) nb_vnbufs; /* nfsnode's nfsbuf chain */
593 LIST_ENTRY(nfsnode) n_hash; /* Hash chain */
594 LIST_ENTRY(nfsnode) n_monlink; /* list of monitored nodes */
/xnu-8019.80.24/bsd/miscfs/devfs/
H A Dfdesc.h89 LIST_ENTRY(fdescnode) fd_hash; /* Hash list */
/xnu-8019.80.24/bsd/bsm/
H A Daudit_internal.h66 LIST_ENTRY(au_record) au_rec_q;
/xnu-8019.80.24/bsd/netinet6/
H A Dipsec.h84 LIST_ENTRY(secpolicy) chain;
137 LIST_ENTRY(secspacq) chain;
/xnu-8019.80.24/bsd/man/man3/
H A DMakefile34 queue.3 LIST_ENTRY.3 \
/xnu-8019.80.24/bsd/miscfs/bindfs/
H A Dbindfs.h105 LIST_ENTRY(bind_node) bind_hash; /* Hash list */
/xnu-8019.80.24/bsd/kern/
H A Dsocket_flows.h33 LIST_ENTRY(soflow_hash_entry) soflow_entry_link;
/xnu-8019.80.24/bsd/miscfs/nullfs/
H A Dnullfs.h115 LIST_ENTRY(null_node) null_hash; /* Hash list */

123