Searched refs:genlmsg_unicast (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| H A D | genetlink.h | 553 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast() function 565 return genlmsg_unicast(genl_info_net(info), skb, info->snd_portid); in genlmsg_reply()
|
| /linux/net/l2tp/ |
| H A D | l2tp_netlink.c | 94 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_noop() 484 return genlmsg_unicast(net, msg, info->snd_portid); in l2tp_nl_cmd_tunnel_get() 825 ret = genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_session_get()
|
| /linux/net/wireless/ |
| H A D | pmsr.c | 545 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in nl80211_pmsr_send_result() 780 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid);
|
| H A D | nl80211.c | 13662 genlmsg_unicast(wiphy_net(&rdev->wiphy), skb, in nl80211_connect() 17015 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in nl80211_nan_set_peer_sched() 17078 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in nl80211_nan_set_peer_sched() 17124 genlmsg_unicast(wiphy_net(wiphy), msg, wdev->owner_nlportid); in nl80211_nan_set_local_sched() 21743 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_cqm_pktloss_notify() 21838 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_pmksa_candidate_notify() 21971 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_ch_switch_notify() 22679 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); in nl80211_send_ap_stopped() 23051 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); 23141 genlmsg_unicast(wiphy_ne [all...] |
| /linux/net/ncsi/ |
| H A D | ncsi-netlink.c | 517 return genlmsg_unicast(net, skb, nr->snd_portid); in ncsi_send_netlink_rsp() 560 return genlmsg_unicast(net, skb, nr->snd_portid); in ncsi_send_netlink_timeout()
|
| /linux/net/tipc/ |
| H A D | netlink_compat.c | 1332 genlmsg_unicast(msg.net, msg.rep, NETLINK_CB(skb).portid); in tipc_nl_compat_recv()
|
| /linux/net/openvswitch/ |
| H A D | datapath.c | 599 err = genlmsg_unicast(ovs_dp_get_net(dp), user_skb, upcall_info->portid); in queue_userspace_packet()
|