Home
last modified time | relevance | path

Searched defs:kcm_sock (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dkcm.h58 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;
[all …]
/kernel/linux/linux-6.6/include/net/
Dkcm.h58 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;
[all …]