Lines Matching defs:kcm_sock
58 struct kcm_sock { struct
61 struct list_head kcm_sock_list; argument
62 int index;
63 u32 done : 1;
64 struct work_struct done_work;
66 struct kcm_stats stats;
69 struct kcm_psock *tx_psock;
70 struct work_struct tx_work;
71 struct list_head wait_psock_list;
72 struct sk_buff *seq_skb;
73 struct mutex tx_mutex;
74 u32 tx_stopped : 1;
77 bool tx_wait;
78 bool tx_wait_more;
81 struct kcm_psock *rx_psock;
82 struct list_head wait_rx_list; /* KCMs waiting for receiving */
83 bool rx_wait;
84 u32 rx_disabled : 1;