Home
last modified time | relevance | path

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

/linux-6.14.4/net/hsr/
Dhsr_netlink.c408 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_status()
487 genlmsg_unicast(genl_info_net(info), skb_out, in hsr_get_node_list()
499 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_list()
/linux-6.14.4/include/net/
Dgenetlink.h551 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast() function
563 return genlmsg_unicast(genl_info_net(info), skb, info->snd_portid); in genlmsg_reply()
/linux-6.14.4/net/l2tp/
Dl2tp_netlink.c94 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-6.14.4/net/wireless/
Dpmsr.c379 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete()
598 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report()
Dnl80211.c11862 genlmsg_unicast(wiphy_net(&rdev->wiphy), skb, in __cfg80211_send_event_skb()
14921 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_match()
14981 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_func_terminated()
19093 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_unexpected_frame()
19187 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_send_mgmt()
19320 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_rx_control_port()
19981 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); in cfg80211_report_obss_beacon_khz()
20353 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_crit_proto_stopped()
20443 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_external_auth_request()
/linux-6.14.4/net/ncsi/
Dncsi-netlink.c517 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-6.14.4/net/ethtool/
Dmodule.c515 genlmsg_unicast(dev_net(dev), skb, ntf_params->portid); in ethnl_module_fw_flash_ntf()
/linux-6.14.4/kernel/
Dtaskstats.c131 rc = genlmsg_unicast(&init_net, skb_cur, s->pid); in send_cpu_listeners()
/linux-6.14.4/fs/smb/server/
Dtransport_ipc.c472 ret = genlmsg_unicast(&init_net, skb, ksmbd_tools_pid); in ipc_msg_send()
/linux-6.14.4/drivers/net/team/
Dteam_core.c2289 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in team_nl_noop_doit()
2334 return genlmsg_unicast(dev_net(team->dev), skb, portid); in team_nl_send_unicast()
/linux-6.14.4/net/tipc/
Dnetlink_compat.c1335 genlmsg_unicast(msg.net, msg.rep, NETLINK_CB(skb).portid); in tipc_nl_compat_recv()
/linux-6.14.4/net/openvswitch/
Ddatapath.c579 err = genlmsg_unicast(ovs_dp_get_net(dp), user_skb, upcall_info->portid); in queue_userspace_packet()
/linux-6.14.4/drivers/net/
Dgtp.c2261 return genlmsg_unicast(genl_info_net(info), skb2, info->snd_portid); in gtp_genl_get_pdp()
/linux-6.14.4/drivers/net/wireless/virtual/
Dmac80211_hwsim.c1424 res = genlmsg_unicast(net, skb, portid); in hwsim_unicast_netgroup()