Searched defs:netlink_sock (Results 1 – 1 of 1) sorted by relevance
67 struct netlink_sock { struct69 struct sock sk;70 u32 pid;71 u32 dst_pid;72 u32 dst_group;96 static inline struct netlink_sock *nlk_sk(struct sock *sk) in nlk_sk() argument