LIST_ENTRY
LIST_ENTRY *ForwardLink;
LIST_ENTRY *BackLink;
typedef LIST_ENTRY EFI_LIST_ENTRY;
LIST_ENTRY(inpcb) inp_hash; /* (h/i) hash list */
LIST_ENTRY(inpcb) inp_pcbgrouphash; /* (g/i) hash list */
LIST_ENTRY(inpcb) inp_list; /* (p/l) list for all PCBs for proto */
LIST_ENTRY(inpcb) inp_pcbgroup_wild; /* (g/i/h) group wildcard entry */
LIST_ENTRY(inpcb) inp_portlist; /* (i/h) */
LIST_ENTRY(inpcbport) phd_hash;
LIST_ENTRY(mevent) me_list;
LIST_ENTRY(pci_vtscsi_worker) vsw_link;
LIST_ENTRY(boot_catalog_entry) ll_struct;
LIST_ENTRY(_child) list;
LIST_ENTRY(conn_list) cl_q;
LIST_ENTRY(open_list) ol_q;
LIST_ENTRY(__db_txnlist) links;
LIST_ENTRY(__db_mpreg) q; /* Linked list. */
LIST_ENTRY(l9p_connection) lc_link;
LIST_ENTRY(l9p_worker) ltw_link;
LIST_ENTRY(smb_tran_desc) tr_link;
LIST_ENTRY(bpf_d) bd_list; /* List of bpf_d */
LIST_ENTRY(bpf_d) bd_next; /* List attaced to bif_if */
LIST_ENTRY(bpf_provider_list) bpl_next;
LIST_ENTRY(net_data) netd_list;
LIST_ENTRY(net_instance_int_s) nini_next;
LIST_ENTRY(neti_stack_s) nts_next;