Home
last modified time | relevance | path

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

/Linux-v4.19/net/netlink/
Daf_netlink.h22 struct netlink_sock { struct
24 struct sock sk;
25 u32 portid;
26 u32 dst_portid;
27 u32 dst_group;
51 static inline struct netlink_sock *nlk_sk(struct sock *sk) in nlk_sk() argument