Home
last modified time | relevance | path

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

/linux/net/can/
H A Draw.c84 struct raw_sock { struct
85 struct sock sk;
109 static struct raw_sock *raw_busy_notifier; argument
/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