Searched refs:obsolete (Results 1 - 18 of 18) sorted by relevance

/linux-master/net/core/
H A Ddst_cache.c51 (dst->obsolete && !dst->ops->check(dst, idst->cookie)))) {
H A Ddst.c62 dst->obsolete = initial_obsolete;
151 dst->obsolete = DST_OBSOLETE_DEAD;
H A Dsock.c597 if (dst && dst->obsolete &&
615 if (dst && dst->obsolete &&
H A Dneighbour.c1456 if (dst && dst->obsolete != DST_OBSOLETE_DEAD) {
/linux-master/net/ipv4/
H A Ddatagram.c112 if (!dst || !dst->obsolete || dst->ops->check(dst, 0)) {
H A Droute.c720 rt->dst.obsolete = DST_OBSOLETE_KILL;
728 rt->dst.obsolete = DST_OBSOLETE_KILL;
800 rt->dst.obsolete = DST_OBSOLETE_KILL;
846 if (dst->obsolete > 0) {
1131 if (odst->obsolete && !odst->ops->check(odst, 0)) {
1198 /* All IPV4 dsts are created with ->obsolete set to the value
1203 * this is indicated by setting obsolete to DST_OBSOLETE_KILL or
1206 if (dst->obsolete != DST_OBSOLETE_FORCE_CHK || rt_is_expired(rt))
1564 rt->dst.obsolete == DST_OBSOLETE_FORCE_CHK &&
/linux-master/include/net/
H A Ddst.h48 /* A non-zero value of dst->obsolete forces by-hand validation
56 short obsolete; member in struct:dst_entry
470 if (dst->obsolete)
/linux-master/arch/x86/boot/
H A Dheader.S248 start_sys_seg: .word SYSSEG # obsolete and meaningless, but just
283 .long 0 # obsolete
/linux-master/net/sctp/
H A Dtransport.c241 if (!transport->dst || transport->dst->obsolete) {
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.h207 __be32 obsolete[4]; member in struct:ibmvfc_service_parms
/linux-master/net/ipv6/
H A Ddatagram.c130 if (!dst || !dst->obsolete ||
H A Droute.c298 .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 ||
2733 rt->dst.obsolete == DST_OBSOLETE_FORCE_CHK &&
2754 /* All IPV6 dsts are created with ->obsolete set to the value
2970 if (!dst || !dst->obsolete ||
/linux-master/scripts/
H A Dget_abi.pl1086 $ scripts/get_abi.pl rest --dir Documentation/ABI/obsolete
H A Dget_maintainer.pl708 if (!$has_ML && $status !~ /orphan|obsolete/i) {
1299 } elsif ($role eq "obsolete") {
1300 $role = "obsolete minder";
H A Dcheckpatch.pl1145 return $maintained_status{$filename} =~ /obsolete/i;
2890 "$realfile is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please.\n");
7393 "$1 is obsolete, use k$3 instead\n" . $herecurr);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_xmit.c100 if (dst->obsolete &&
/linux-master/net/xfrm/
H A Dxfrm_policy.c2713 dst1->obsolete = DST_OBSOLETE_FORCE_CHK;
3012 dst1->obsolete = DST_OBSOLETE_FORCE_CHK;
3859 /* Code (such as __xfrm4_bundle_create()) sets dst->obsolete
3871 * in this example). If X is marked obsolete, "A" will not
3880 if (dst->obsolete < 0 && !stale_bundle(dst))
3909 if (dst->obsolete) {
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h1243 u8 obsolete; member in struct:mpi3_ioc_page1

Completed in 255 milliseconds