Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dkcm.h136 struct kcm_mux { struct
137 struct list_head kcm_mux_list; argument
146 struct kcm_mux_stats stats; argument
147 struct kcm_psock_stats aggregate_psock_stats;
148 struct strp_aggr_stats aggregate_strp_stats;
151 spinlock_t rx_lock ____cacheline_aligned_in_smp;
152 struct list_head kcm_rx_waiters; /* KCMs waiting for receiving */
153 struct list_head psocks_ready; /* List of psocks with a msg ready */
154 struct sk_buff_head rx_hold_queue;
157 spinlock_t lock ____cacheline_aligned_in_smp; /* TX and mux locking */
[all …]