Searched refs:DST_OBSOLETE_NONE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_frag.c | 100 DST_OBSOLETE_NONE, DST_NOCOUNT); in sch_fragment() 116 DST_OBSOLETE_NONE, DST_NOCOUNT); in sch_fragment()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dst.c | 290 dst_init(dst, &dst_blackhole_ops, NULL, 1, DST_OBSOLETE_NONE, in __metadata_dst_init()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dst.c | 273 dst_init(dst, &dst_blackhole_ops, NULL, 1, DST_OBSOLETE_NONE, in __metadata_dst_init()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | dst.h | 55 #define DST_OBSOLETE_NONE 0 macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 57 #define DST_OBSOLETE_NONE 0 macro
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 872 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment() 889 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 877 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment() 894 DST_OBSOLETE_NONE, DST_NOCOUNT); in ovs_fragment()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 2488 xdst = dst_alloc(dst_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 2569 xdst = dst_alloc(dst_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst()
|
Completed in 19 milliseconds