Searched refs:genlmsg_unicast (Results 1 – 10 of 10) sorted by relevance
| /linux/net/hsr/ |
| H A D | hsr_netlink.c | 424 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_status() 503 genlmsg_unicast(genl_info_net(info), skb_out, in hsr_get_node_list() 515 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_list()
|
| /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 | 396 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete() 616 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report()
|
| H A D | nl80211.c | 13363 genlmsg_unicast(wiphy_net(&rdev->wiphy), skb, in __cfg80211_send_event_skb() 16640 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_match() 16703 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_func_terminated() 16749 genlmsg_unicast(wiphy_net(wiphy), msg, wdev->owner_nlportid); in cfg80211_nan_sched_update_done() 21337 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_unexpected_frame() 21432 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_send_mgmt() 21565 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_rx_control_port() 22273 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); in cfg80211_report_obss_beacon_khz() 22645 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_crit_proto_stopped() 22735 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_external_auth_request() [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/drivers/net/team/ |
| H A D | team_core.c | 2448 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in team_nl_noop_doit() 2491 return genlmsg_unicast(dev_net(netdev_from_priv(team)), skb, portid); in team_nl_send_unicast()
|
| /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()
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 1539 res = genlmsg_unicast(net, skb, portid); in hwsim_unicast_netgroup()
|