Searched refs:genlmsg_unicast (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/include/net/ |
D | genetlink.h | 370 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast() function 382 return genlmsg_unicast(genl_info_net(info), skb, info->snd_portid); in genlmsg_reply()
|
/Linux-v6.1/net/hsr/ |
D | hsr_netlink.c | 388 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_status() 467 genlmsg_unicast(genl_info_net(info), skb_out, in hsr_get_node_list() 479 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_list()
|
/Linux-v6.1/fs/dlm/ |
D | netlink.c | 55 return genlmsg_unicast(&init_net, skb, listener_nlportid); in send_data()
|
/Linux-v6.1/net/l2tp/ |
D | l2tp_netlink.c | 93 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_noop() 483 return genlmsg_unicast(net, msg, info->snd_portid); in l2tp_nl_cmd_tunnel_get() 815 ret = genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_session_get()
|
/Linux-v6.1/net/wireless/ |
D | pmsr.c | 372 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete() 591 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report()
|
D | nl80211.c | 11412 genlmsg_unicast(wiphy_net(&rdev->wiphy), skb, in __cfg80211_send_event_skb() 14478 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_match() 14538 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_func_terminated() 18417 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_unexpected_frame() 18511 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_send_mgmt() 18640 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_rx_control_port() 19274 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); in cfg80211_report_obss_beacon_khz() 19640 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_crit_proto_stopped() 19709 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_external_auth_request()
|
/Linux-v6.1/net/ncsi/ |
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-v6.1/kernel/ |
D | taskstats.c | 131 rc = genlmsg_unicast(&init_net, skb_cur, s->pid); in send_cpu_listeners()
|
/Linux-v6.1/fs/ksmbd/ |
D | transport_ipc.c | 443 ret = genlmsg_unicast(&init_net, skb, ksmbd_tools_pid); in ipc_msg_send()
|
/Linux-v6.1/drivers/net/team/ |
D | team.c | 2289 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in team_nl_cmd_noop() 2335 return genlmsg_unicast(dev_net(team->dev), skb, portid); in team_nl_send_unicast()
|
/Linux-v6.1/net/tipc/ |
D | netlink_compat.c | 1338 genlmsg_unicast(msg.net, msg.rep, NETLINK_CB(skb).portid); in tipc_nl_compat_recv()
|
/Linux-v6.1/drivers/net/ |
D | gtp.c | 1666 return genlmsg_unicast(genl_info_net(info), skb2, info->snd_portid); in gtp_genl_get_pdp()
|
/Linux-v6.1/net/openvswitch/ |
D | datapath.c | 556 err = genlmsg_unicast(ovs_dp_get_net(dp), user_skb, upcall_info->portid); in queue_userspace_packet()
|
/Linux-v6.1/drivers/net/wireless/ |
D | mac80211_hwsim.c | 1286 res = genlmsg_unicast(net, skb, portid); in hwsim_unicast_netgroup()
|