Searched refs:genlmsg_unicast (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/net/ |
D | genetlink.h | 294 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast() function 306 return genlmsg_unicast(genl_info_net(info), skb, info->snd_portid); in genlmsg_reply()
|
/Linux-v4.19/fs/dlm/ |
D | netlink.c | 58 return genlmsg_unicast(&init_net, skb, listener_nlportid); in send_data()
|
/Linux-v4.19/net/hsr/ |
D | hsr_netlink.c | 349 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_status() 431 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_list()
|
/Linux-v4.19/net/l2tp/ |
D | l2tp_netlink.c | 98 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_noop() 473 return genlmsg_unicast(net, msg, info->snd_portid); in l2tp_nl_cmd_tunnel_get() 807 ret = genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_session_get()
|
/Linux-v4.19/kernel/ |
D | taskstats.c | 143 rc = genlmsg_unicast(&init_net, skb_cur, s->pid); in send_cpu_listeners()
|
/Linux-v4.19/drivers/net/ |
D | gtp.c | 1205 return genlmsg_unicast(genl_info_net(info), skb2, info->snd_portid); in gtp_genl_get_pdp()
|
/Linux-v4.19/net/tipc/ |
D | netlink_compat.c | 1224 genlmsg_unicast(msg.net, msg.rep, NETLINK_CB(skb).portid); in tipc_nl_compat_recv()
|
/Linux-v4.19/drivers/net/team/ |
D | team.c | 2217 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in team_nl_cmd_noop() 2263 return genlmsg_unicast(dev_net(team->dev), skb, portid); in team_nl_send_unicast()
|
/Linux-v4.19/net/wireless/ |
D | nl80211.c | 12111 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_match() 12171 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_func_terminated() 14909 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_unexpected_frame() 14993 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_send_mgmt() 15088 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_rx_control_port() 15635 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); in cfg80211_report_obss_beacon() 15998 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_crit_proto_stopped() 16067 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_external_auth_request()
|
/Linux-v4.19/net/openvswitch/ |
D | datapath.c | 517 err = genlmsg_unicast(ovs_dp_get_net(dp), user_skb, upcall_info->portid); in queue_userspace_packet()
|
/Linux-v4.19/drivers/net/wireless/ |
D | mac80211_hwsim.c | 1014 res = genlmsg_unicast(net, skb, portid); in hwsim_unicast_netgroup()
|