Searched refs:rt_dst_alloc (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/ |
| A D | route.h | 232 struct rtable *rt_dst_alloc(struct net_device *dev,
|
| /linux/net/ipv4/ |
| A D | route.c | 1607 struct rtable *rt_dst_alloc(struct net_device *dev, in rt_dst_alloc() function 1637 EXPORT_SYMBOL(rt_dst_alloc); 1719 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc() 1835 rth = rt_dst_alloc(out_dev->dev, 0, res->type, in __mkroute_input() 2340 rth = rt_dst_alloc(ip_rt_get_dev(net, res), in ip_route_input_slow() 2564 rth = rt_dst_alloc(dev_out, flags, type, in __mkroute_output()
|
| /linux/drivers/net/ |
| A D | vrf.c | 1080 rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1, 1); in vrf_rtable_create()
|
| /linux/ |
| A D | vmlinux.symvers | 4423 0x00000000 rt_dst_alloc vmlinux EXPORT_SYMBOL
|
| A D | System.map | 52680 ffff800010e1d6d4 T rt_dst_alloc
|
| A D | .tmp_System.map | 52680 ffff800010e1d6d4 T rt_dst_alloc
|
Completed in 1041 milliseconds