Home
last modified time | relevance | path

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

12345678

/f-stack/freebsd/netipsec/
H A Dkeydb.h109 LIST_ENTRY(secashead) addrhash; /* hash by sproto+src+dst addresses */
110 LIST_ENTRY(secashead) drainq; /* used ONLY by flush callout */
183 LIST_ENTRY(secasvar) spihash;
184 LIST_ENTRY(secasvar) drainq; /* used ONLY by flush callout */
217 LIST_ENTRY(secreg) chain;
224 LIST_ENTRY(secacq) chain;
225 LIST_ENTRY(secacq) addrhash;
226 LIST_ENTRY(secacq) seqhash;
H A Dipsec.h78 LIST_ENTRY(secpolicy) idhash;
79 LIST_ENTRY(secpolicy) drainq;
131 LIST_ENTRY(secspacq) chain;
/f-stack/freebsd/sys/
H A Dlockf.h66 LIST_ENTRY(lockf_edge) le_outlink; /* (s) link from's out-edge list */
67 LIST_ENTRY(lockf_edge) le_inlink; /* (s) link to's in-edge list */
82 LIST_ENTRY(lockf_entry) lf_link; /* (s) Linkage for lock lists */
117 LIST_ENTRY(lockf) ls_link; /* (S) all active lockf states */
H A Dunpcb.h91 LIST_ENTRY(unpcb) unp_reflink; /* (l) link in unp_refs list */
92 LIST_ENTRY(unpcb) unp_link; /* (g) glue on list of all PCBs */
99 LIST_ENTRY(unpcb) unp_dead; /* (g) link in dead list */
H A Dhhook.h105 LIST_ENTRY(hhook_head) hhh_next;
106 LIST_ENTRY(hhook_head) hhh_vnext;
H A Dck.h12 #define CK_LIST_ENTRY LIST_ENTRY
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.h139 LIST_ENTRY (sctp_nat_assoc) list_L; /**< Linked list of pointers for Local table*/
140 LIST_ENTRY (sctp_nat_assoc) list_G; /**< Linked list of pointers for Global table */
141 LIST_ENTRY (sctp_nat_assoc) timer_Q; /**< Linked list of pointers for timer Q */
147 LIST_ENTRY (sctp_GlobalAddress) list_Gaddr; /**< Linked list of pointers for Global table */
/f-stack/freebsd/netinet/
H A Dsctp_pcb.h63 LIST_ENTRY(sctp_vrf) next_vrf;
77 LIST_ENTRY(sctp_ifn) next_ifn;
78 LIST_ENTRY(sctp_ifn) next_bucket;
105 LIST_ENTRY(sctp_ifa) next_ifa;
106 LIST_ENTRY(sctp_ifa) next_bucket;
123 LIST_ENTRY(sctp_laddr) sctp_nxt_addr; /* next in list */
143 LIST_ENTRY(sctp_tagblock) sctp_nxt_tagblock;
372 LIST_ENTRY(sctp_inpcb) sctp_hash;
447 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash
449 LIST_ENTRY(sctp_tcb) sctp_tcblist; /* list of all of the
[all …]
H A Dtcp_lro.h44 LIST_ENTRY(lro_entry) next;
45 LIST_ENTRY(lro_entry) hash_next;
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.h117 LIST_ENTRY(rte_flow) next;
128 LIST_ENTRY(mrvl_mtr_profile) next;
135 LIST_ENTRY(mrvl_mtr) next;
146 LIST_ENTRY(mrvl_tm_shaper_profile) next;
158 LIST_ENTRY(mrvl_tm_node) next;
/f-stack/tools/compat/include/sys/
H A Dunpcb.h91 LIST_ENTRY(unpcb) unp_reflink; /* (l) link in unp_refs list */
92 LIST_ENTRY(unpcb) unp_link; /* (g) glue on list of all PCBs */
99 LIST_ENTRY(unpcb) unp_dead; /* (g) link in dead list */
H A Dck.h12 #define CK_LIST_ENTRY LIST_ENTRY
H A Dcpuset.h115 LIST_ENTRY(cpuset) cs_link; /* (c) All identified sets. */
116 LIST_ENTRY(cpuset) cs_siblings; /* (c) Sibling set link. */
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h2961 LIST_ENTRY *
2990 LIST_ENTRY *
3020 LIST_ENTRY *
3048 LIST_ENTRY *
3051 IN CONST LIST_ENTRY *List
3076 LIST_ENTRY *
3080 IN CONST LIST_ENTRY *Node
3105 LIST_ENTRY *
3109 IN CONST LIST_ENTRY *Node
3230 LIST_ENTRY *
[all …]
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_rx_filter.h19 LIST_ENTRY(ionic_rx_filter) by_hash;
20 LIST_ENTRY(ionic_rx_filter) by_id;
/f-stack/freebsd/arm64/iommu/
H A Dsmmuvar.h47 LIST_ENTRY(smmu_unit) next;
55 LIST_ENTRY(smmu_domain) next;
65 LIST_ENTRY(smmu_ctx) next;
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket_l2cap.h49 LIST_ENTRY(ng_btsocket_l2cap_rtentry) next; /* link to next */
84 LIST_ENTRY(ng_btsocket_l2cap_raw_pcb) next; /* link to next PCB */
180 LIST_ENTRY(ng_btsocket_l2cap_pcb) next; /* link to next PCB */
H A Dng_btsocket_sco.h52 LIST_ENTRY(ng_btsocket_sco_rtentry) next; /* link to next */
94 LIST_ENTRY(ng_btsocket_sco_pcb) next; /* link to next PCB */
H A Dng_btsocket_rfcomm.h259 LIST_ENTRY(ng_btsocket_rfcomm_session) next; /* link to next */
303 LIST_ENTRY(ng_btsocket_rfcomm_pcb) session_next;/* link to next */
304 LIST_ENTRY(ng_btsocket_rfcomm_pcb) next; /* link to next */
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h134 LIST_ENTRY(ng_l2cap_con) next; /* link */
168 LIST_ENTRY(ng_l2cap_chan) next; /* link */
/f-stack/tools/compat/include/netgraph/
H A Dng_socketvar.h51 LIST_ENTRY(ngpcb) socks; /* linked list of sockets */
/f-stack/freebsd/netgraph/
H A Dng_socketvar.h51 LIST_ENTRY(ngpcb) socks; /* linked list of sockets */
/f-stack/freebsd/arm/include/
H A Dundefined.h76 LIST_ENTRY(undefined_handler) uh_link;
/f-stack/tools/compat/include/vm/
H A Duma_int.h366 LIST_ENTRY(uma_keg) uk_link; /* List of all kegs */
385 LIST_ENTRY(uma_slab) us_link; /* slabs in zone */
399 LIST_ENTRY(uma_hash_slab) uhs_hlink; /* Link for hash table */
484 LIST_ENTRY(uma_zone) uz_link; /* List of all zones in keg */
/f-stack/freebsd/vm/
H A Duma_int.h363 LIST_ENTRY(uma_keg) uk_link; /* List of all kegs */
382 LIST_ENTRY(uma_slab) us_link; /* slabs in zone */
400 LIST_ENTRY(uma_hash_slab) uhs_hlink; /* Link for hash table */
485 LIST_ENTRY(uma_zone) uz_link; /* List of all zones in keg */

12345678