Searched refs:rt_dst_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | route.c | 1441 static struct rtable *rt_dst_alloc(struct net_device *dev, in rt_dst_alloc() function 1506 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc() 1663 rth = rt_dst_alloc(out_dev->dev, 0, res->type, in __mkroute_input() 1894 rth = rt_dst_alloc(net->loopback_dev, flags | RTCF_LOCAL, res.type, in ip_route_input_slow() 2099 rth = rt_dst_alloc(dev_out, flags, type, in __mkroute_output()
|