Searched refs:dst_alloc (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | dst.c | 79 void *dst_alloc(struct dst_ops *ops, struct net_device *dev, in dst_alloc() function 97 EXPORT_SYMBOL(dst_alloc); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dst.c | 79 void *dst_alloc(struct dst_ops *ops, struct net_device *dev, in dst_alloc() function 97 EXPORT_SYMBOL(dst_alloc); variable
|
/kernel/linux/linux-5.10/include/net/ |
H A D | dst.h | 375 void *dst_alloc(struct dst_ops *ops, struct net_device *dev, int initial_ref,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 395 void *dst_alloc(struct dst_ops *ops, struct net_device *dev, int initial_ref,
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | route.c | 178 dst_alloc(&net->newip.nip_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in __nip_dst_alloc()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 1668 rt = dst_alloc(&ipv4_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in rt_dst_alloc() 1698 new_rt = dst_alloc(&ipv4_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in rt_dst_clone() 2116 /* get device for dst_alloc with local routes */ 2760 rt = dst_alloc(&ipv4_dst_blackhole_ops, NULL, 1, DST_OBSOLETE_DEAD, 0); in ipv4_blackhole_route()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 1635 rt = dst_alloc(&ipv4_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in rt_dst_alloc() 1663 new_rt = dst_alloc(&ipv4_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in rt_dst_clone() 2197 /* get device for dst_alloc with local routes */ 2837 rt = dst_alloc(&ipv4_dst_blackhole_ops, NULL, 1, DST_OBSOLETE_DEAD, 0); in ipv4_blackhole_route()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 340 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc() 2539 rt = dst_alloc(&ip6_dst_blackhole_ops, loopback_dev, 1, in ip6_blackhole_route()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 343 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc() 2658 rt = dst_alloc(&ip6_dst_blackhole_ops, loopback_dev, 1, in ip6_blackhole_route()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 2488 xdst = dst_alloc(dst_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 2569 xdst = dst_alloc(dst_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst()
|
Completed in 45 milliseconds