Searched refs:DST_OBSOLETE_NONE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/core/ |
D | dst.c | 277 dst_init(dst, &md_dst_ops, NULL, 1, DST_OBSOLETE_NONE, in __metadata_dst_init()
|
/Linux-v4.19/include/net/ |
D | dst.h | 67 #define DST_OBSOLETE_NONE 0 macro
|
/Linux-v4.19/net/openvswitch/ |
D | actions.c | 903 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment() 924 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment()
|
/Linux-v4.19/net/decnet/ |
D | dn_route.c | 1182 rt = dst_alloc(&dn_dst_ops, dev_out, 0, DST_OBSOLETE_NONE, DST_HOST); in dn_route_output_slow() 1448 rt = dst_alloc(&dn_dst_ops, out_dev, 1, DST_OBSOLETE_NONE, DST_HOST); in dn_route_input_slow()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_policy.c | 1516 xdst = dst_alloc(dst_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst()
|