Searched defs:netlink_sock (Results 1 – 1 of 1) sorted by relevance
25 struct netlink_sock { struct27 struct sock sk;28 u32 portid;29 u32 dst_portid;30 u32 dst_group;31 u32 flags;32 u32 subscriptions;33 u32 ngroups;34 unsigned long *groups;58 static inline struct netlink_sock *nlk_sk(struct sock *sk) in nlk_sk() argument