Searched defs:kcm_mux (Results 1 – 1 of 1) sorted by relevance
133 struct kcm_mux { struct134 struct list_head kcm_mux_list; argument143 struct kcm_mux_stats stats; argument144 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;154 spinlock_t lock ____cacheline_aligned_in_smp; /* TX and mux locking */[all …]