Home
last modified time | relevance | path

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

/linux-4.4.14/net/netlink/
Daf_netlink.h25 struct netlink_sock { struct
27 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