Home
last modified time | relevance | path

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

/Linux-v5.10/net/can/
Draw.c80 struct raw_sock { struct
109 static inline struct raw_sock *raw_sk(const struct sock *sk) in raw_sk() argument
111 return (struct raw_sock *)sk; in raw_sk()
117 struct raw_sock *ro = raw_sk(sk); in raw_rcv()
241 struct raw_sock *ro = raw_sk(sk); in raw_disable_allfilters()
250 struct raw_sock *ro = raw_sk(sk); in raw_enable_allfilters()
268 struct raw_sock *ro = container_of(nb, struct raw_sock, notifier); in raw_notifier()
312 struct raw_sock *ro = raw_sk(sk); in raw_init()
345 struct raw_sock *ro; in raw_release()
392 struct raw_sock *ro = raw_sk(sk); in raw_bind()
[all …]
/Linux-v5.10/include/net/
Draw.h62 struct raw_sock { struct
69 static inline struct raw_sock *raw_sk(const struct sock *sk) in raw_sk() argument
71 return (struct raw_sock *)sk; in raw_sk()
/Linux-v5.10/net/ipv4/
Draw.c806 struct raw_sock *rp = raw_sk(sk); in raw_sk_init()
959 .obj_size = sizeof(struct raw_sock),
960 .useroffset = offsetof(struct raw_sock, filter),
961 .usersize = sizeof_field(struct raw_sock, filter),