Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dkcm.h134 struct kcm_mux { struct
135 struct list_head kcm_mux_list; argument
144 struct kcm_mux_stats stats; argument
145 struct kcm_psock_stats aggregate_psock_stats;
146 struct strp_aggr_stats aggregate_strp_stats;
149 spinlock_t rx_lock ____cacheline_aligned_in_smp;
150 struct list_head kcm_rx_waiters; /* KCMs waiting for receiving */
151 struct list_head psocks_ready; /* List of psocks with a msg ready */
152 struct sk_buff_head rx_hold_queue;
155 spinlock_t lock ____cacheline_aligned_in_smp; /* TX and mux locking */
[all …]