Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drtnetlink.h11 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
/linux-4.1.27/net/ipv6/
Daddrlabel.c583 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
Dip6mr.c858 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()
Daddrconf.c610 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()
Droute.c3004 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
/linux-4.1.27/net/core/
Dnet_namespace.c608 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
Drtnetlink.c633 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/
Dact_api.c689 return rtnl_unicast(skb, net, portid); in act_get_notify()
/linux-4.1.27/net/ipv4/
Dipmr.c648 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()
Ddevinet.c1880 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
Droute.c2542 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
/linux-4.1.27/net/decnet/
Ddn_route.c1712 return rtnl_unicast(skb, &init_net, NETLINK_CB(in_skb).portid); in dn_cache_getroute()
/linux-4.1.27/net/dcb/
Ddcbnl.c1755 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()