Lines Matching defs:kcm_sock
61 struct kcm_sock { struct
64 struct list_head kcm_sock_list; argument
65 int index;
66 u32 done : 1;
67 struct work_struct done_work;
69 struct kcm_stats stats;
72 struct kcm_psock *tx_psock;
73 struct work_struct tx_work;
74 struct list_head wait_psock_list;
75 struct sk_buff *seq_skb;
76 u32 tx_stopped : 1;
79 bool tx_wait;
80 bool tx_wait_more;
83 struct kcm_psock *rx_psock;
84 struct list_head wait_rx_list; /* KCMs waiting for receiving */
85 bool rx_wait;
86 u32 rx_disabled : 1;