Home
last modified time | relevance | path

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

/linux/net/can/
H A Draw.c83 struct raw_sock { struct
108 static struct raw_sock *raw_busy_notifier; argument
123 static inline struct raw_sock *raw_sk(const struct sock *sk) in raw_sk()
125 return (struct raw_sock *)sk; in raw_sk()
131 struct raw_sock *ro = raw_sk(sk); in raw_rcv()
274 struct raw_sock *ro = raw_sk(sk); in raw_disable_allfilters()
283 struct raw_sock *ro = raw_sk(sk); in raw_enable_allfilters()
297 static void raw_notify(struct raw_sock *ro, unsigned long msg, in raw_notify()
364 struct raw_sock *ro = raw_sk(sk); in raw_init()
399 struct raw_sock *ro; in raw_release()
[all …]
/linux/include/net/
H A Draw.h79 struct raw_sock { struct
86 #define raw_sk(ptr) container_of_const(ptr, struct raw_sock, inet.sk) argument
/linux/net/ipv4/
H A Draw.c794 struct raw_sock *rp = raw_sk(sk); in raw_sk_init()
947 .obj_size = sizeof(struct raw_sock),
948 .useroffset = offsetof(struct raw_sock, filter),
949 .usersize = sizeof_field(struct raw_sock, filter),