Home
last modified time | relevance | path

Searched full:genlmsg_unicast (Results 1 – 11 of 11) sorted by relevance

/linux/net/hsr/
H A Dhsr_netlink.c428 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_status()
507 genlmsg_unicast(genl_info_net(info), skb_out, in hsr_get_node_list()
519 genlmsg_unicast(genl_info_net(info), skb_out, info->snd_portid); in hsr_get_node_list()
/linux/include/net/
H A Dgenetlink.h548 * genlmsg_unicast - unicast a netlink message
553 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast() function
565 return genlmsg_unicast(genl_info_net(info), skb, info->snd_portid); in genlmsg_reply()
/linux/net/l2tp/
H A Dl2tp_netlink.c94 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_noop()
487 return genlmsg_unicast(net, msg, info->snd_portid); in l2tp_nl_cmd_tunnel_get()
828 ret = genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_session_get()
/linux/net/ncsi/
H A Dncsi-netlink.c521 return genlmsg_unicast(net, skb, nr->snd_portid); in ncsi_send_netlink_rsp()
564 return genlmsg_unicast(net, skb, nr->snd_portid); in ncsi_send_netlink_timeout()
/linux/net/wireless/
H A Dpmsr.c582 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete()
817 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report()
H A Dnl80211.c13835 genlmsg_unicast(wiphy_net(&rdev->wiphy), skb, in __cfg80211_send_event_skb()
17204 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_match()
17267 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_func_terminated()
17313 genlmsg_unicast(wiphy_net(wiphy), msg, wdev->owner_nlportid); in cfg80211_nan_sched_update_done()
21937 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_unexpected_frame()
22032 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in nl80211_send_mgmt()
22169 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in __nl80211_rx_control_port()
22883 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); in cfg80211_report_obss_beacon_khz()
23256 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlportid); in cfg80211_crit_proto_stopped()
23346 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_external_auth_request()
[all …]
/linux/net/tipc/
H A Dnetlink_compat.c1336 genlmsg_unicast(msg.net, msg.rep, NETLINK_CB(skb).portid); in tipc_nl_compat_recv()
/linux/drivers/net/team/
H A Dteam_core.c2469 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in team_nl_noop_doit()
2512 return genlmsg_unicast(dev_net(netdev_from_priv(team)), skb, portid); in team_nl_send_unicast()
/linux/drivers/net/
H A Dgtp.c2267 return genlmsg_unicast(genl_info_net(info), skb2, info->snd_portid); in gtp_genl_get_pdp()
/linux/net/openvswitch/
H A Ddatapath.c601 err = genlmsg_unicast(ovs_dp_get_net(dp), user_skb, upcall_info->portid); in queue_userspace_packet()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c1519 res = genlmsg_unicast(net, skb, portid); in hwsim_unicast_netgroup()