Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dipv6.h334 #define raw6_sk(ptr) container_of_const(ptr, struct raw6_sock, inet.sk) macro
366 static inline struct raw6_sock *raw6_sk(const struct sock *sk) in raw6_sk() function