Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dgenetlink.h253 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 pid) in genlmsg_unicast() function
265 return genlmsg_unicast(genl_info_net(info), skb, info->snd_pid); in genlmsg_reply()
/linux-3.4.99/net/tipc/
Dnetlink.c65 genlmsg_unicast(&init_net, rep_buf, NETLINK_CB(skb).pid); in handle_cmd()
/linux-3.4.99/fs/dlm/
Dnetlink.c67 return genlmsg_unicast(&init_net, skb, listener_nlpid); in send_data()
/linux-3.4.99/net/l2tp/
Dl2tp_netlink.c88 return genlmsg_unicast(genl_info_net(info), msg, info->snd_pid); in l2tp_nl_cmd_noop()
312 return genlmsg_unicast(net, msg, info->snd_pid); in l2tp_nl_cmd_tunnel_get()
635 return genlmsg_unicast(genl_info_net(info), msg, info->snd_pid); in l2tp_nl_cmd_session_get()
/linux-3.4.99/kernel/
Dtaskstats.c151 rc = genlmsg_unicast(&init_net, skb_cur, s->pid); in send_cpu_listeners()
/linux-3.4.99/drivers/net/team/
Dteam.c1176 return genlmsg_unicast(genl_info_net(info), msg, info->snd_pid); in team_nl_cmd_noop()
1233 err = genlmsg_unicast(genl_info_net(info), skb, info->snd_pid); in team_nl_send_generic()
/linux-3.4.99/drivers/net/wireless/
Dmac80211_hwsim.c617 genlmsg_unicast(&init_net, skb, dst_pid); in mac80211_hwsim_tx_frame_nl()
/linux-3.4.99/net/openvswitch/
Ddatapath.c364 err = genlmsg_unicast(&init_net, user_skb, upcall_info->pid); in queue_userspace_packet()
/linux-3.4.99/net/wireless/
Dnl80211.c7688 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlpid); in __nl80211_unexpected_frame()
7738 return genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlpid); in nl80211_send_mgmt()
8025 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, nlpid); in cfg80211_report_obss_beacon()