Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dgenetlink.h320 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast() function
332 return genlmsg_unicast(genl_info_net(info), skb, info->snd_portid); in genlmsg_reply()
/Linux-v5.4/fs/dlm/
Dnetlink.c55 return genlmsg_unicast(&init_net, skb, listener_nlportid); in send_data()
/Linux-v5.4/net/hsr/
Dhsr_netlink.c341 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_status()
421 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_list()
/Linux-v5.4/net/wireless/
Dpmsr.c320 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete()
528 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report()
Dnl80211.c9732 genlmsg_unicast(wiphy_net(&rdev->wiphy), skb, in __cfg80211_send_event_skb()
12699 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_match()
12759 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_func_terminated()
15763 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_unexpected_frame()
15847 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_send_mgmt()
15942 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_rx_control_port()
16496 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); in cfg80211_report_obss_beacon()
16862 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_crit_proto_stopped()
16931 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_external_auth_request()
/Linux-v5.4/net/l2tp/
Dl2tp_netlink.c95 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_noop()
470 return genlmsg_unicast(net, msg, info->snd_portid); in l2tp_nl_cmd_tunnel_get()
804 ret = genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_session_get()
/Linux-v5.4/net/ncsi/
Dncsi-netlink.c513 return genlmsg_unicast(net, skb, nr->snd_portid); in ncsi_send_netlink_rsp()
556 return genlmsg_unicast(net, skb, nr->snd_portid); in ncsi_send_netlink_timeout()
/Linux-v5.4/kernel/
Dtaskstats.c133 rc = genlmsg_unicast(&init_net, skb_cur, s->pid); in send_cpu_listeners()
/Linux-v5.4/drivers/net/
Dgtp.c1222 return genlmsg_unicast(genl_info_net(info), skb2, info->snd_portid); in gtp_genl_get_pdp()
/Linux-v5.4/net/tipc/
Dnetlink_compat.c1305 genlmsg_unicast(msg.net, msg.rep, NETLINK_CB(skb).portid); in tipc_nl_compat_recv()
/Linux-v5.4/drivers/net/team/
Dteam.c2261 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in team_nl_cmd_noop()
2307 return genlmsg_unicast(dev_net(team->dev), skb, portid); in team_nl_send_unicast()
/Linux-v5.4/net/openvswitch/
Ddatapath.c523 err = genlmsg_unicast(ovs_dp_get_net(dp), user_skb, upcall_info->portid); in queue_userspace_packet()
/Linux-v5.4/drivers/net/wireless/
Dmac80211_hwsim.c991 res = genlmsg_unicast(net, skb, portid); in hwsim_unicast_netgroup()