Home
last modified time | relevance | path

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

123

/xnu-8792.41.9/bsd/netkey/
H A Dkeydb.h58 LIST_ENTRY(secashead) chain;
80 LIST_ENTRY(secasvar) chain;
81 LIST_ENTRY(secasvar) spihash;
140 LIST_ENTRY(secreg) chain;
148 LIST_ENTRY(secacq) chain;
/xnu-8792.41.9/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 */
274 LIST_ENTRY(proc) p_list; /* List of all processes. */
297 LIST_ENTRY(proc) p_pglist; /* List of processes in pgrp (PGL) */
298 LIST_ENTRY(proc) p_sibling; /* List of sibling processes (LL)*/
306 LIST_ENTRY(proc) p_persona_list;
H A Deventvar.h103 LIST_ENTRY(knote_lock_ctx) knlc_link;
393 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-8792.41.9/bsd/nfs/
H A Dnfs.h659 LIST_ENTRY(nfs_user_stat_node) hash_link;
690 LIST_ENTRY(nfs_export) nx_next; /* FS export list */
691 LIST_ENTRY(nfs_export) nx_hash; /* export hash chain */
709 LIST_ENTRY(nfs_exportfs) nxfs_next; /* exported file system list */
730 LIST_ENTRY(nfsrv_fmod) fm_link;
1056 LIST_ENTRY(nfsrv_descript) nd_hash; /* Hash list */
1057 LIST_ENTRY(nfsrv_descript) nd_tq; /* and timer list */
H A Dnfsrvcache.h90 LIST_ENTRY(nfsrvcache) rc_hash; /* Hash chain */
H A Dnfs_gss.h79 LIST_ENTRY(nfs_gss_svc_ctx) gss_svc_entries;
/xnu-8792.41.9/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 */
293 #define _INPCB_LIST_ENTRY(x) LIST_ENTRY(x)
543 LIST_ENTRY(inpcbport) phd_hash;
H A Dip_encap.h64 LIST_ENTRY(encaptab) chain;
/xnu-8792.41.9/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-8792.41.9/bsd/bsm/
H A Daudit_internal.h66 LIST_ENTRY(au_record) au_rec_q;
/xnu-8792.41.9/bsd/miscfs/devfs/
H A Dfdesc.h89 LIST_ENTRY(fdescnode) fd_hash; /* Hash list */
/xnu-8792.41.9/bsd/man/man3/
H A DMakefile34 queue.3 LIST_ENTRY.3 \
/xnu-8792.41.9/bsd/netinet6/
H A Dipsec.h85 LIST_ENTRY(secpolicy) chain;
138 LIST_ENTRY(secspacq) chain;
/xnu-8792.41.9/bsd/miscfs/bindfs/
H A Dbindfs.h105 LIST_ENTRY(bind_node) bind_hash; /* Hash list */
/xnu-8792.41.9/bsd/kern/
H A Dsocket_flows.h33 LIST_ENTRY(soflow_hash_entry) soflow_entry_link;
/xnu-8792.41.9/bsd/miscfs/nullfs/
H A Dnullfs.h115 LIST_ENTRY(null_node) null_hash; /* Hash list */

123