Searched refs:rt_dst_alloc (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/ |
H A D | route.h | 263 struct rtable *rt_dst_alloc(struct net_device *dev,
|
/linux/net/ipv4/ |
H A D | route.c | 1632 struct rtable *rt_dst_alloc(struct net_device *dev, in rt_dst_alloc() function 1660 EXPORT_SYMBOL(rt_dst_alloc); 1749 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc() 1871 rth = rt_dst_alloc(out_dev->dev, 0, res->type, in __mkroute_input() 2409 rth = rt_dst_alloc(ip_rt_get_dev(net, res), in ip_route_input_slow() 2632 rth = rt_dst_alloc(dev_out, flags, type, in __mkroute_output()
|