Home
last modified time | relevance | path

Searched defs:kcm_mux (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/net/
H A Dkcm.h133 struct kcm_mux { struct
134 struct list_head kcm_mux_list; argument
143 struct kcm_mux_stats stats; argument
144 struct kcm_psock_stats aggregate_psock_stats;
145 struct strp_aggr_stats aggregate_strp_stats;
148 spinlock_t rx_lock ____cacheline_aligned_in_smp;
149 struct list_head kcm_rx_waiters; /* KCMs waiting for receiving */
150 struct list_head psocks_ready; /* List of psocks with a msg ready */
151 struct sk_buff_head rx_hold_queue;
155 struct list_head psocks_avail; /* List of available psocks */
[all …]