Searched refs:rtnl_unicast (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | rtnetlink.h | 13 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
|
| /Linux-v5.10/net/ipv6/ |
| D | addrlabel.c | 628 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
|
| D | ip6mr.c | 785 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres() 1027 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve()
|
| D | addrconf.c | 691 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf() 5402 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
| D | route.c | 5999 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
| /Linux-v5.10/net/mpls/ |
| D | af_mpls.c | 1294 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf() 2386 return rtnl_unicast(skb, net, portid); in mpls_getroute() 2476 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
|
| /Linux-v5.10/net/ipv4/ |
| D | ipmr.c | 737 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres() 999 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve() 2562 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
|
| D | nexthop.c | 1760 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop()
|
| D | devinet.c | 2214 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
| D | route.c | 3328 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|
| /Linux-v5.10/net/core/ |
| D | rtnetlink.c | 720 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function 726 EXPORT_SYMBOL(rtnl_unicast); 3612 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink() 4580 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get() 5391 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
|
| D | net_namespace.c | 939 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
| D | neighbour.c | 2837 err = rtnl_unicast(skb, net, pid); in neigh_get_reply() 2865 err = rtnl_unicast(skb, net, pid); in pneigh_get_reply()
|
| /Linux-v5.10/net/sched/ |
| D | act_api.c | 1185 return rtnl_unicast(skb, net, portid); in tcf_get_notify()
|
| /Linux-v5.10/net/decnet/ |
| D | dn_route.c | 1711 return rtnl_unicast(skb, &init_net, NETLINK_CB(in_skb).portid); in dn_cache_getroute()
|
| /Linux-v5.10/net/dcb/ |
| D | dcbnl.c | 1792 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()
|