/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_netlink.c | 386 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_status() 465 genlmsg_unicast(genl_info_net(info), skb_out, in hsr_get_node_list() 477 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_list()
|
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_netlink.c | 386 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_status() 465 genlmsg_unicast(genl_info_net(info), skb_out, in hsr_get_node_list() 477 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_list()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | genetlink.h | 347 * genlmsg_unicast - unicast a netlink message 351 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast() function 363 return genlmsg_unicast(genl_info_net(info), skb, info->snd_portid); in genlmsg_reply()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | genetlink.h | 490 * genlmsg_unicast - unicast a netlink message 495 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast() function 507 return genlmsg_unicast(genl_info_net(info), skb, info->snd_portid); in genlmsg_reply()
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | netlink.c | 55 return genlmsg_unicast(&init_net, skb, listener_nlportid); in send_data()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | pmsr.c | 352 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete() 571 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report()
|
H A D | nl80211.c | 10333 genlmsg_unicast(wiphy_net(&rdev->wiphy), skb, in __cfg80211_send_event_skb() 13356 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_match() 13416 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_func_terminated() 16605 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_unexpected_frame() 16690 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_send_mgmt() 16805 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_rx_control_port() 17362 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); in cfg80211_report_obss_beacon_khz() 17728 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_crit_proto_stopped() 17797 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_external_auth_request()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | pmsr.c | 371 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete() 590 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report()
|
H A D | nl80211.c | 11658 genlmsg_unicast(wiphy_net(&rdev->wiphy), skb, in __cfg80211_send_event_skb() 14763 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_match() 14823 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_func_terminated() 18818 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_unexpected_frame() 18912 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_send_mgmt() 19045 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_rx_control_port() 19710 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); in cfg80211_report_obss_beacon_khz() 20077 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_crit_proto_stopped() 20150 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_external_auth_request()
|
/kernel/linux/linux-5.10/net/l2tp/ |
H A 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()
|
/kernel/linux/linux-6.6/net/l2tp/ |
H A 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | taskstats.c | 129 rc = genlmsg_unicast(&init_net, skb_cur, s->pid); in send_cpu_listeners()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | taskstats.c | 131 rc = genlmsg_unicast(&init_net, skb_cur, s->pid); in send_cpu_listeners()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | transport_ipc.c | 446 ret = genlmsg_unicast(&init_net, skb, ksmbd_tools_pid); in ipc_msg_send()
|
/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team.c | 2306 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in team_nl_cmd_noop() 2352 return genlmsg_unicast(dev_net(team->dev), skb, portid); in team_nl_send_unicast()
|
/kernel/linux/linux-6.6/drivers/net/team/ |
H A D | team.c | 2299 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in team_nl_cmd_noop() 2344 return genlmsg_unicast(dev_net(team->dev), skb, portid); in team_nl_send_unicast()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | gtp.c | 1272 return genlmsg_unicast(genl_info_net(info), skb2, info->snd_portid); in gtp_genl_get_pdp()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | netlink_compat.c | 1336 genlmsg_unicast(msg.net, msg.rep, NETLINK_CB(skb).portid); in tipc_nl_compat_recv()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | netlink_compat.c | 1335 genlmsg_unicast(msg.net, msg.rep, NETLINK_CB(skb).portid); in tipc_nl_compat_recv()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | gtp.c | 1670 return genlmsg_unicast(genl_info_net(info), skb2, info->snd_portid); in gtp_genl_get_pdp()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | datapath.c | 542 err = genlmsg_unicast(ovs_dp_get_net(dp), user_skb, upcall_info->portid); in queue_userspace_packet()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | datapath.c | 580 err = genlmsg_unicast(ovs_dp_get_net(dp), user_skb, upcall_info->portid); in queue_userspace_packet()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 1110 res = genlmsg_unicast(net, skb, portid); in hwsim_unicast_netgroup()
|