Searched refs:DST_OBSOLETE_NONE (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/net/core/ |
| D | dst.c | 375 dst_init(dst, &md_dst_ops, NULL, 1, DST_OBSOLETE_NONE, in __metadata_dst_init()
|
| /linux-4.4.14/include/net/ |
| D | dst.h | 75 #define DST_OBSOLETE_NONE 0 macro
|
| /linux-4.4.14/drivers/net/ |
| D | vrf.c | 459 DST_OBSOLETE_NONE, in vrf_rt6_create() 585 DST_OBSOLETE_NONE, in vrf_rtable_create()
|
| /linux-4.4.14/net/openvswitch/ |
| D | actions.c | 694 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment() 715 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment()
|
| /linux-4.4.14/net/decnet/ |
| D | dn_route.c | 1190 rt = dst_alloc(&dn_dst_ops, dev_out, 1, DST_OBSOLETE_NONE, DST_HOST); in dn_route_output_slow() 1454 rt = dst_alloc(&dn_dst_ops, out_dev, 0, DST_OBSOLETE_NONE, DST_HOST); in dn_route_input_slow()
|
| /linux-4.4.14/net/ipv4/ |
| D | route.c | 2363 rt = dst_alloc(&ipv4_dst_blackhole_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in ipv4_blackhole_route()
|
| /linux-4.4.14/net/xfrm/ |
| D | xfrm_policy.c | 1599 xdst = dst_alloc(dst_ops, NULL, 0, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst()
|
| /linux-4.4.14/net/ipv6/ |
| D | route.c | 1208 rt = dst_alloc(&ip6_dst_blackhole_ops, ort->dst.dev, 1, DST_OBSOLETE_NONE, 0); in ip6_blackhole_route()
|