Searched refs:genlmsg_unicast (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/include/net/ |
D | genetlink.h | 253 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/ |
D | netlink.c | 65 genlmsg_unicast(&init_net, rep_buf, NETLINK_CB(skb).pid); in handle_cmd()
|
/linux-3.4.99/fs/dlm/ |
D | netlink.c | 67 return genlmsg_unicast(&init_net, skb, listener_nlpid); in send_data()
|
/linux-3.4.99/net/l2tp/ |
D | l2tp_netlink.c | 88 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/ |
D | taskstats.c | 151 rc = genlmsg_unicast(&init_net, skb_cur, s->pid); in send_cpu_listeners()
|
/linux-3.4.99/drivers/net/team/ |
D | team.c | 1176 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/ |
D | mac80211_hwsim.c | 617 genlmsg_unicast(&init_net, skb, dst_pid); in mac80211_hwsim_tx_frame_nl()
|
/linux-3.4.99/net/openvswitch/ |
D | datapath.c | 364 err = genlmsg_unicast(&init_net, user_skb, upcall_info->pid); in queue_userspace_packet()
|
/linux-3.4.99/net/wireless/ |
D | nl80211.c | 7688 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()
|