Searched refs:rtnl_unicast (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/include/linux/ |
D | rtnetlink.h | 12 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
|
/Linux-v4.19/net/ipv6/ |
D | addrlabel.c | 545 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
|
D | ip6mr.c | 773 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres() 1015 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve()
|
D | addrconf.c | 657 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf() 5097 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
D | route.c | 4978 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
/Linux-v4.19/net/mpls/ |
D | af_mpls.c | 1258 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf() 2175 return rtnl_unicast(skb, net, portid); in mpls_getroute() 2265 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
|
/Linux-v4.19/net/core/ |
D | net_namespace.c | 808 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
D | rtnetlink.c | 719 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function 725 EXPORT_SYMBOL(rtnl_unicast); 3220 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink() 4563 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
|
/Linux-v4.19/net/ipv4/ |
D | ipmr.c | 764 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres() 1034 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve() 2518 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
|
D | devinet.c | 1990 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
D | route.c | 2907 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|
/Linux-v4.19/net/sched/ |
D | act_api.c | 1048 return rtnl_unicast(skb, net, portid); in tcf_get_notify()
|
/Linux-v4.19/net/decnet/ |
D | dn_route.c | 1715 return rtnl_unicast(skb, &init_net, NETLINK_CB(in_skb).portid); in dn_cache_getroute()
|
/Linux-v4.19/net/dcb/ |
D | dcbnl.c | 1775 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()
|