Searched defs:netlink_sock (Results 1 – 1 of 1) sorted by relevance
23 struct netlink_sock { struct25 struct sock sk;26 u32 portid;27 u32 dst_portid;28 u32 dst_group;52 static inline struct netlink_sock *nlk_sk(struct sock *sk) in nlk_sk() argument