Searched refs:dst_alloc (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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);
|
/openbmc/linux/include/net/ |
H A D | dst.h | 395 void *dst_alloc(struct dst_ops *ops, struct net_device *dev, int initial_ref,
|
/openbmc/linux/net/ipv4/ |
H A D | route.c | 1627 rt = dst_alloc(&ipv4_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in rt_dst_alloc() 1655 new_rt = dst_alloc(&ipv4_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in rt_dst_clone() 2832 rt = dst_alloc(&ipv4_dst_blackhole_ops, NULL, 1, DST_OBSOLETE_DEAD, 0); in ipv4_blackhole_route()
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 344 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc() 2662 rt = dst_alloc(&ip6_dst_blackhole_ops, loopback_dev, 1, in ip6_blackhole_route()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_policy.c | 2594 xdst = dst_alloc(dst_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst()
|