Searched refs:rt_dst_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/net/ |
D | route.h | 236 struct rtable *rt_dst_alloc(struct net_device *dev,
|
/linux-6.6.21/net/ipv4/ |
D | route.c | 1629 struct rtable *rt_dst_alloc(struct net_device *dev, in rt_dst_alloc() function 1657 EXPORT_SYMBOL(rt_dst_alloc); 1741 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc() 1861 rth = rt_dst_alloc(out_dev->dev, 0, res->type, in __mkroute_input() 2370 rth = rt_dst_alloc(ip_rt_get_dev(net, res), in ip_route_input_slow() 2593 rth = rt_dst_alloc(dev_out, flags, type, in __mkroute_output()
|
/linux-6.6.21/drivers/net/ |
D | vrf.c | 1068 rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1); in vrf_rtable_create()
|