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 u32 tx_stopped : 1;
76 bool tx_wait;
77 bool tx_wait_more;
80 struct kcm_psock *rx_psock;
81 struct list_head wait_rx_list; /* KCMs waiting for receiving */
82 bool rx_wait;
83 u32 rx_disabled : 1;