Home
last modified time | relevance | path

Searched refs:raw_sock (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/net/can/
Draw.c83 struct raw_sock { struct
102 static struct raw_sock *raw_busy_notifier; argument
117 static inline struct raw_sock *raw_sk(const struct sock *sk) in raw_sk()
119 return (struct raw_sock *)sk; in raw_sk()
125 struct raw_sock *ro = raw_sk(sk); in raw_rcv()
249 struct raw_sock *ro = raw_sk(sk); in raw_disable_allfilters()
258 struct raw_sock *ro = raw_sk(sk); in raw_enable_allfilters()
272 static void raw_notify(struct raw_sock *ro, unsigned long msg, in raw_notify()
336 struct raw_sock *ro = raw_sk(sk); in raw_init()
370 struct raw_sock *ro; in raw_release()
[all …]
/Linux-v6.1/include/net/
Draw.h70 struct raw_sock { struct
77 static inline struct raw_sock *raw_sk(const struct sock *sk) in raw_sk() argument
79 return (struct raw_sock *)sk; in raw_sk()
/Linux-v6.1/net/ipv4/
Draw.c782 struct raw_sock *rp = raw_sk(sk); in raw_sk_init()
935 .obj_size = sizeof(struct raw_sock),
936 .useroffset = offsetof(struct raw_sock, filter),
937 .usersize = sizeof_field(struct raw_sock, filter),