Searched refs:rtnl_unicast (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/include/linux/ |
D | rtnetlink.h | 11 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
|
/linux-4.4.14/net/ipv6/ |
D | addrlabel.c | 583 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
|
D | ip6mr.c | 853 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()
|
D | addrconf.c | 624 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()
|
D | route.c | 3315 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
/linux-4.4.14/net/core/ |
D | net_namespace.c | 649 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
D | rtnetlink.c | 634 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/ |
D | act_api.c | 707 return rtnl_unicast(skb, net, portid); in act_get_notify()
|
/linux-4.4.14/net/ipv4/ |
D | ipmr.c | 639 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()
|
D | devinet.c | 1892 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
D | route.c | 2619 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|
/linux-4.4.14/net/decnet/ |
D | dn_route.c | 1717 return rtnl_unicast(skb, &init_net, NETLINK_CB(in_skb).portid); in dn_cache_getroute()
|
/linux-4.4.14/net/dcb/ |
D | dcbnl.c | 1752 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()
|