Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Drtnetlink.h11 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
/linux-4.4.14/net/ipv6/
Daddrlabel.c583 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
Dip6mr.c853 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres()
1116 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve()
Daddrconf.c624 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf()
4595 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
Droute.c3315 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
/linux-4.4.14/net/core/
Dnet_namespace.c649 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
Drtnetlink.c634 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function
640 EXPORT_SYMBOL(rtnl_unicast);
2453 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink()
/linux-4.4.14/net/sched/
Dact_api.c707 return rtnl_unicast(skb, net, portid); in act_get_notify()
/linux-4.4.14/net/ipv4/
Dipmr.c639 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres()
929 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve()
Ddevinet.c1892 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
Droute.c2619 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
/linux-4.4.14/net/decnet/
Ddn_route.c1717 return rtnl_unicast(skb, &init_net, NETLINK_CB(in_skb).portid); in dn_cache_getroute()
/linux-4.4.14/net/dcb/
Ddcbnl.c1752 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()