Searched refs:rtnl_unicast (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/linux/ |
D | rtnetlink.h | 11 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
|
/linux-4.1.27/net/ipv6/ |
D | addrlabel.c | 583 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
|
D | ip6mr.c | 858 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres() 1121 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve()
|
D | addrconf.c | 610 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf() 4512 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
D | route.c | 3004 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
/linux-4.1.27/net/core/ |
D | net_namespace.c | 608 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
D | rtnetlink.c | 633 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function 639 EXPORT_SYMBOL(rtnl_unicast); 2321 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink()
|
/linux-4.1.27/net/sched/ |
D | act_api.c | 689 return rtnl_unicast(skb, net, portid); in act_get_notify()
|
/linux-4.1.27/net/ipv4/ |
D | ipmr.c | 648 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres() 938 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve()
|
D | devinet.c | 1880 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
D | route.c | 2542 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|
/linux-4.1.27/net/decnet/ |
D | dn_route.c | 1712 return rtnl_unicast(skb, &init_net, NETLINK_CB(in_skb).portid); in dn_cache_getroute()
|
/linux-4.1.27/net/dcb/ |
D | dcbnl.c | 1755 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()
|