Searched defs:raw_sock (Results 1 – 1 of 1) sorted by relevance
79 struct raw_sock { struct80 struct sock sk;81 int bound;82 int ifindex;83 struct notifier_block notifier;107 static inline struct raw_sock *raw_sk(const struct sock *sk) in raw_sk() argument