Home
last modified time | relevance | path

Searched refs:DST_OBSOLETE_NONE (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/net/core/
Ddst.c375 dst_init(dst, &md_dst_ops, NULL, 1, DST_OBSOLETE_NONE, in __metadata_dst_init()
/linux-4.4.14/include/net/
Ddst.h75 #define DST_OBSOLETE_NONE 0 macro
/linux-4.4.14/drivers/net/
Dvrf.c459 DST_OBSOLETE_NONE, in vrf_rt6_create()
585 DST_OBSOLETE_NONE, in vrf_rtable_create()
/linux-4.4.14/net/openvswitch/
Dactions.c694 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment()
715 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment()
/linux-4.4.14/net/decnet/
Ddn_route.c1190 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/
Droute.c2363 rt = dst_alloc(&ipv4_dst_blackhole_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in ipv4_blackhole_route()
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c1599 xdst = dst_alloc(dst_ops, NULL, 0, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst()
/linux-4.4.14/net/ipv6/
Droute.c1208 rt = dst_alloc(&ip6_dst_blackhole_ops, ort->dst.dev, 1, DST_OBSOLETE_NONE, 0); in ip6_blackhole_route()