Home
last modified time | relevance | path

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

123

/xnu-10063.141.1/bsd/netkey/
H A Dkeydb.h58 LIST_ENTRY(secashead) chain;
82 LIST_ENTRY(secasvar) chain;
83 LIST_ENTRY(secasvar) spihash;
144 LIST_ENTRY(secreg) chain;
152 LIST_ENTRY(secacq) chain;
/xnu-10063.141.1/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 Dvsock_domain.h40 LIST_ENTRY(vsockpcb) bound;
H A Dproc_internal.h141 LIST_ENTRY(session) s_hash; /* (LL) hash linkage */
273 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 Ducred.h151 LIST_ENTRY(ucred) cr_link; /* never modify this without KAUTH_CRED_HASH_LOCK */
H A Deventvar.h103 LIST_ENTRY(knote_lock_ctx) knlc_link;
410 LIST_ENTRY(kqworkloop) kqwl_hashlink; /* linkage for search list */
H A Dkern_event.h342 LIST_ENTRY(kern_event_pcb) evp_link; /* glue on list of all PCBs */
/xnu-10063.141.1/bsd/nfs/
H A Dnfs.h664 LIST_ENTRY(nfs_user_stat_node) hash_link;
695 LIST_ENTRY(nfs_export) nx_next; /* FS export list */
696 LIST_ENTRY(nfs_export) nx_hash; /* export hash chain */
714 LIST_ENTRY(nfs_exportfs) nxfs_next; /* exported file system list */
735 LIST_ENTRY(nfsrv_fmod) fm_link;
1064 LIST_ENTRY(nfsrv_descript) nd_hash; /* Hash list */
1065 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-10063.141.1/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 */
296 #define _INPCB_LIST_ENTRY(x) LIST_ENTRY(x)
546 LIST_ENTRY(inpcbport) phd_hash;
H A Dip_encap.h64 LIST_ENTRY(encaptab) chain;
/xnu-10063.141.1/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;
/xnu-10063.141.1/bsd/bsm/
H A Daudit_internal.h66 LIST_ENTRY(au_record) au_rec_q;
/xnu-10063.141.1/bsd/miscfs/devfs/
H A Dfdesc.h89 LIST_ENTRY(fdescnode) fd_hash; /* Hash list */
/xnu-10063.141.1/bsd/man/man3/
H A DMakefile34 queue.3 LIST_ENTRY.3 \
/xnu-10063.141.1/bsd/netinet6/
H A Dipsec.h85 LIST_ENTRY(secpolicy) chain;
138 LIST_ENTRY(secspacq) chain;
H A Dmld6_var.h181 LIST_ENTRY(mld_ifinfo) mli_link;
/xnu-10063.141.1/osfmk/kern/
H A Dext_paniclog.h78 LIST_ENTRY(ext_paniclog_handle) handles;
/xnu-10063.141.1/bsd/miscfs/bindfs/
H A Dbindfs.h105 LIST_ENTRY(bind_node) bind_hash; /* Hash list */
/xnu-10063.141.1/bsd/kern/
H A Dsocket_flows.h33 LIST_ENTRY(soflow_hash_entry) soflow_entry_link;
/xnu-10063.141.1/bsd/miscfs/nullfs/
H A Dnullfs.h115 LIST_ENTRY(null_node) null_hash; /* Hash list */

123