Searched refs:DST_OBSOLETE_NONE (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/net/ |
D | dst.h | 74 #define DST_OBSOLETE_NONE 0 macro
|
/linux-4.1.27/net/decnet/ |
D | dn_route.c | 1185 rt = dst_alloc(&dn_dst_ops, dev_out, 1, DST_OBSOLETE_NONE, DST_HOST); in dn_route_output_slow() 1449 rt = dst_alloc(&dn_dst_ops, out_dev, 0, DST_OBSOLETE_NONE, DST_HOST); in dn_route_input_slow()
|
/linux-4.1.27/net/ipv4/ |
D | route.c | 2292 rt = dst_alloc(&ipv4_dst_blackhole_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in ipv4_blackhole_route()
|
/linux-4.1.27/net/ipv6/ |
D | route.c | 1055 rt = dst_alloc(&ip6_dst_blackhole_ops, ort->dst.dev, 1, DST_OBSOLETE_NONE, 0); in ip6_blackhole_route()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 1578 xdst = dst_alloc(dst_ops, NULL, 0, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst()
|