Home
last modified time | relevance | path

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

/linux/net/can/ !
H A Draw.c84 struct raw_sock { struct
109 static struct raw_sock *raw_busy_notifier; argument
124 static inline struct raw_sock *raw_sk(const struct sock *sk) in raw_sk()
126 return (struct raw_sock *)sk; in raw_sk()
132 struct raw_sock *ro = raw_sk(sk); in raw_rcv()
276 struct raw_sock *ro = raw_sk(sk); in raw_disable_allfilters()
285 struct raw_sock *ro = raw_sk(sk); in raw_enable_allfilters()
299 static void raw_notify(struct raw_sock *ro, unsigned long msg, in raw_notify()
366 struct raw_sock *ro = raw_sk(sk); in raw_init()
401 struct raw_sock *ro; in raw_release()
[all …]
/linux/include/net/ !
H A Draw.h79 struct raw_sock { struct
87 #define raw_sk(ptr) container_of_const(ptr, struct raw_sock, inet.sk) argument
/linux/net/ipv4/ !
H A Draw.c796 struct raw_sock *rp = raw_sk(sk); in raw_sk_init()
950 .obj_size = sizeof(struct raw_sock),
951 .useroffset = offsetof(struct raw_sock, filter),
952 .usersize = sizeof_field(struct raw_sock, filter),