/kernel/linux/linux-5.10/net/core/ |
H A D | dst.c | 63 dst->obsolete = initial_obsolete; in dst_init() 154 dst->obsolete = DST_OBSOLETE_DEAD; in dst_dev_put()
|
H A D | dst_cache.c | 51 (dst->obsolete && !dst->ops->check(dst, idst->cookie)))) { in dst_cache_per_cpu_get()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dst.c | 62 dst->obsolete = initial_obsolete; in dst_init() 153 dst->obsolete = DST_OBSOLETE_DEAD; in dst_dev_put()
|
H A D | dst_cache.c | 51 (dst->obsolete && !dst->ops->check(dst, idst->cookie)))) { in dst_cache_per_cpu_get()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | datagram.c | 112 if (!dst || !dst->obsolete || dst->ops->check(dst, 0)) { in ip4_datagram_release_cb()
|
H A D | route.c | 750 rt->dst.obsolete = DST_OBSOLETE_KILL; in update_or_create_fnhe() 757 rt->dst.obsolete = DST_OBSOLETE_KILL; in update_or_create_fnhe() 829 rt->dst.obsolete = DST_OBSOLETE_KILL; in __ip_do_redirect() 875 if ((dst->obsolete > 0) || in ipv4_negative_advice() 1153 if (odst->obsolete && !odst->ops->check(odst, 0)) { in ipv4_sk_update_pmtu() 1222 /* All IPV4 dsts are created with ->obsolete set to the value in ipv4_dst_check() 1227 * this is indicated by setting obsolete to DST_OBSOLETE_KILL or in ipv4_dst_check() 1230 if (dst->obsolete != DST_OBSOLETE_FORCE_CHK || rt_is_expired(rt)) in ipv4_dst_check() 1599 rt->dst.obsolete == DST_OBSOLETE_FORCE_CHK && in rt_cache_valid()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | datagram.c | 112 if (!dst || !dst->obsolete || dst->ops->check(dst, 0)) { in ip4_datagram_release_cb()
|
H A D | route.c | 720 rt->dst.obsolete = DST_OBSOLETE_KILL; in update_or_create_fnhe() 728 rt->dst.obsolete = DST_OBSOLETE_KILL; in update_or_create_fnhe() 800 rt->dst.obsolete = DST_OBSOLETE_KILL; in __ip_do_redirect() 846 if (dst->obsolete > 0) { in ipv4_negative_advice() 1133 if (odst->obsolete && !odst->ops->check(odst, 0)) { in ipv4_sk_update_pmtu() 1200 /* All IPV4 dsts are created with ->obsolete set to the value in ipv4_dst_check() 1205 * this is indicated by setting obsolete to DST_OBSOLETE_KILL or in ipv4_dst_check() 1208 if (dst->obsolete != DST_OBSOLETE_FORCE_CHK || rt_is_expired(rt)) in ipv4_dst_check() 1566 rt->dst.obsolete == DST_OBSOLETE_FORCE_CHK && in rt_cache_valid()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | dst.h | 46 /* A non-zero value of dst->obsolete forces by-hand validation 54 short obsolete; member 447 if (dst->obsolete) in dst_check()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 48 /* A non-zero value of dst->obsolete forces by-hand validation 56 short obsolete; member 478 if (dst->obsolete) in dst_check()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | route.c | 120 .obsolete = DST_OBSOLETE_FORCE_CHK, 132 .obsolete = DST_OBSOLETE_FORCE_CHK, 740 if (dst->obsolete != DST_OBSOLETE_FORCE_CHK) in nip_dst_check()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | transport.c | 225 if (!transport->dst || transport->dst->obsolete) { in sctp_transport_pmtu()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 310 start_sys_seg: .word SYSSEG # obsolete and meaningless, but just 345 .long 0 # obsolete
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 252 start_sys_seg: .word SYSSEG # obsolete and meaningless, but just 287 .long 0 # obsolete
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_abi.pl | 611 $ scripts/get_abi.pl rest --dir Documentation/ABI/obsolete
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.h | 195 __be32 obsolete[4]; member
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.h | 204 __be32 obsolete[4]; member
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | transport.c | 241 if (!transport->dst || transport->dst->obsolete) { in sctp_transport_pmtu()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 1085 $ scripts/get_abi.pl rest --dir Documentation/ABI/obsolete
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 2614 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create() 2913 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_create_dummy_bundle() 3763 /* Code (such as __xfrm4_bundle_create()) sets dst->obsolete in xfrm_dst_check() 3775 * in this example). If X is marked obsolete, "A" will not in xfrm_dst_check() 3784 if (dst->obsolete < 0 && !stale_bundle(dst)) in xfrm_dst_check() 3812 if (dst->obsolete) in xfrm_negative_advice()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 2697 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create() 2996 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_create_dummy_bundle() 3809 /* Code (such as __xfrm4_bundle_create()) sets dst->obsolete in xfrm_dst_check() 3821 * in this example). If X is marked obsolete, "A" will not in xfrm_dst_check() 3830 if (dst->obsolete < 0 && !stale_bundle(dst)) in xfrm_dst_check() 3859 if (dst->obsolete) { in xfrm_negative_advice()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 292 .obsolete = DST_OBSOLETE_FORCE_CHK, 306 .obsolete = DST_OBSOLETE_FORCE_CHK, 318 .obsolete = DST_OBSOLETE_FORCE_CHK, 406 return rt->dst.obsolete != DST_OBSOLETE_FORCE_CHK || in rt6_check_expired() 2604 rt->dst.obsolete == DST_OBSOLETE_FORCE_CHK && in rt6_dst_from_check() 2624 /* All IPV6 dsts are created with ->obsolete set to the value in ip6_dst_check() 2838 if (!dst || !dst->obsolete || in ip6_sk_update_pmtu()
|
H A D | datagram.c | 123 if (!dst || !dst->obsolete || in ip6_datagram_release_cb()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 298 .obsolete = DST_OBSOLETE_FORCE_CHK, 312 .obsolete = DST_OBSOLETE_FORCE_CHK, 324 .obsolete = DST_OBSOLETE_FORCE_CHK, 407 return rt->dst.obsolete != DST_OBSOLETE_FORCE_CHK || in rt6_check_expired() 2723 rt->dst.obsolete == DST_OBSOLETE_FORCE_CHK && in rt6_dst_from_check() 2744 /* All IPV6 dsts are created with ->obsolete set to the value in ip6_dst_check() 2960 if (!dst || !dst->obsolete || in ip6_sk_update_pmtu()
|
H A D | datagram.c | 129 if (!dst || !dst->obsolete || in ip6_datagram_release_cb()
|