Home
last modified time | relevance | path

Searched refs:rtnl_unicast (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/net/dcb/
Ddcbnl.c224 ret = rtnl_unicast(dcbnl_skb, &init_net, pid); in dcbnl_reply()
305 ret = rtnl_unicast(dcbnl_skb, &init_net, pid); in dcbnl_getpfccfg()
347 ret = rtnl_unicast(dcbnl_skb, &init_net, pid); in dcbnl_getperm_hwaddr()
413 ret = rtnl_unicast(dcbnl_skb, &init_net, pid); in dcbnl_getcap()
489 ret = rtnl_unicast(dcbnl_skb, &init_net, pid); in dcbnl_getnumtcs()
649 ret = rtnl_unicast(dcbnl_skb, &init_net, pid); in dcbnl_getapp()
850 ret = rtnl_unicast(dcbnl_skb, &init_net, pid); in __dcbnl_pg_getcfg()
1114 ret = rtnl_unicast(dcbnl_skb, &init_net, pid); in dcbnl_bcn_getcfg()
1665 err = rtnl_unicast(skb, net, pid); in dcbnl_ieee_get()
1812 return rtnl_unicast(dcbnl_skb, &init_net, pid); in dcbnl_getfeatcfg()
[all …]
/linux-3.4.99/net/ipv6/
Daddrlabel.c588 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).pid); in ip6addrlbl_get()
Dip6mr.c849 rtnl_unicast(skb, net, NETLINK_CB(skb).pid); in ip6mr_destroy_unres()
1063 rtnl_unicast(skb, net, NETLINK_CB(skb).pid); in ip6mr_cache_resolve()
Droute.c2647 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).pid); in inet6_rtm_getroute()
Daddrconf.c3888 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).pid); in inet6_rtm_getaddr()
/linux-3.4.99/include/linux/
Drtnetlink.h622 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
/linux-3.4.99/net/core/
Drtnetlink.c569 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function
575 EXPORT_SYMBOL(rtnl_unicast);
1911 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).pid); in rtnl_getlink()
/linux-3.4.99/net/sched/
Dact_api.c691 return rtnl_unicast(skb, net, pid); in act_get_notify()
/linux-3.4.99/net/ipv4/
Dipmr.c632 rtnl_unicast(skb, net, NETLINK_CB(skb).pid); in ipmr_destroy_unres()
876 rtnl_unicast(skb, net, NETLINK_CB(skb).pid); in ipmr_cache_resolve()
Droute.c3148 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).pid); in inet_rtm_getroute()
/linux-3.4.99/net/decnet/
Ddn_route.c1654 return rtnl_unicast(skb, &init_net, NETLINK_CB(in_skb).pid); in dn_cache_getroute()