Searched defs:netlink_sock (Results 1 – 3 of 3) sorted by relevance
24 struct netlink_sock { struct26 struct sock sk;27 unsigned long flags;28 u32 portid;29 u32 dst_portid;30 u32 dst_group;54 static inline struct netlink_sock *nlk_sk(struct sock *sk) in nlk_sk() argument
101 int netlink_sock; in TEST() local177 int netlink_sock; in TEST() local198 int netlink_sock; in TEST() local213 int netlink_sock, mq_fd; in TEST() local
16 static int netlink_sock(int *sock, uint32_t *seq_nr, int proto) in netlink_sock() function