Home
last modified time | relevance | path

Searched refs:genlmsg_unicast (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/net/
Dgenetlink.h286 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast() function
298 return genlmsg_unicast(genl_info_net(info), skb, info->snd_portid); in genlmsg_reply()
/linux-4.19.296/fs/dlm/
Dnetlink.c58 return genlmsg_unicast(&init_net, skb, listener_nlportid); in send_data()