Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dskmsg.h85 struct sk_psock { struct
92 struct sk_psock_progs progs; argument
93 struct sk_psock_parser parser; argument
104 struct sk_psock_work_state work_state; argument
105 struct work_struct work;
106 union {
282 static inline struct sk_psock *sk_psock(const struct sock *sk) in sk_psock() function