Searched refs:genl_sock (Results 1 – 2 of 2) sorted by relevance
220 return nlmsg_multicast(net->genl_sock, skb, pid, group, flags); in genlmsg_multicast_netns()255 return nlmsg_unicast(net->genl_sock, skb, pid); in genlmsg_unicast()
65 struct sock *genl_sock; member