Searched defs:netlink_sock (Results 1 – 3 of 3) sorted by relevance
25 struct netlink_sock { struct27 struct sock sk;28 unsigned long flags;29 u32 portid;30 u32 dst_portid;31 u32 dst_group;32 u32 subscriptions;56 static inline struct netlink_sock *nlk_sk(struct sock *sk) in nlk_sk() argument
16 static int netlink_sock(int *sock, uint32_t *seq_nr, int proto) in netlink_sock() function
192 static int netlink_sock(int *sock, uint32_t *seq_nr, int proto) in netlink_sock() function