Searched defs:kcm_sock (Results 1 – 2 of 2) sorted by relevance
61 struct kcm_sock { struct64 struct list_head kcm_sock_list; argument65 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;[all …]
58 struct kcm_sock { struct61 struct list_head kcm_sock_list; argument62 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;[all …]