Home
last modified time | relevance | path

Searched refs:dst_alloc (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/net/core/
A Ddst.c78 void *dst_alloc(struct dst_ops *ops, struct net_device *dev, in dst_alloc() function
96 EXPORT_SYMBOL(dst_alloc);
/linux-6.3-rc2/include/net/
A Ddst.h381 void *dst_alloc(struct dst_ops *ops, struct net_device *dev, int initial_ref,
/linux-6.3-rc2/net/ipv4/
A Droute.c1633 rt = dst_alloc(&ipv4_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in rt_dst_alloc()
1662 new_rt = dst_alloc(&ipv4_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in rt_dst_clone()
2836 rt = dst_alloc(&ipv4_dst_blackhole_ops, NULL, 1, DST_OBSOLETE_DEAD, 0); in ipv4_blackhole_route()
/linux-6.3-rc2/net/ipv6/
A Droute.c344 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc()
2657 rt = dst_alloc(&ip6_dst_blackhole_ops, loopback_dev, 1, in ip6_blackhole_route()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_policy.c2562 xdst = dst_alloc(dst_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst()

Completed in 30 milliseconds