Home
last modified time | relevance | path

Searched full:untracked (Results 1 – 25 of 55) sorted by relevance

123

/kernel/linux/linux-6.6/scripts/package/
Dgen-diff-patch17 # it will go into ${diff_patch}. If untracked files are remaining, the resulting
28 # This script does not take care of untracked files because doing so would
30 # untracked files are found.
31 # If all untracked files are just garbage, you can ignore this warning.
33 echo >&2 "Your working tree has diff from HEAD, and also untracked file(s)."
/kernel/linux/linux-6.6/include/linux/
Dref_tracker.h15 refcount_t untracked; member
35 refcount_set(&dir->untracked, 1); in ref_tracker_dir_init()
/kernel/linux/linux-6.6/arch/s390/boot/
Dvmem.c82 * | vmalloc_size | / | (untracked) | in kasan_populate_shadow()
86 * | 1/8 addr space | | zero pg mapping| (untracked) in kasan_populate_shadow()
94 * | ... gap ... | / | kasan zero page| (untracked) in kasan_populate_shadow()
101 * | 1/8 addr space | | zero pg mapping| (untracked) in kasan_populate_shadow()
118 /* populate kasan shadow for untracked memory */ in kasan_populate_shadow()
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
Dconntrack_vrf.sh167 oif tvrf ct state untracked counter
172 oif tvrf ct state untracked counter
191 ip netns exec $ns0 nft list table ip nat |grep -q 'untracked counter packets [1-9]'
Dconntrack_icmp_related.sh159 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
175 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
183 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
Dconntrack_vrf.sh167 oif tvrf ct state untracked counter
172 oif tvrf ct state untracked counter
191 ip netns exec $ns0 nft list table ip nat |grep -q 'untracked counter packets [1-9]'
Dconntrack_icmp_related.sh159 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
175 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
183 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
Dnft_synproxy.sh93 … meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
Dconntrack_sctp_collision.sh58 ip net exec $ROUTER_NS iptables -A FORWARD -m state --state INVALID,UNTRACKED -j DROP
/kernel/linux/linux-6.6/lib/
Dref_tracker.c180 WARN_ON_ONCE(refcount_read(&dir->untracked) != 1); in ref_tracker_dir_exit()
206 refcount_inc(&dir->untracked); in ref_tracker_alloc()
236 refcount_dec(&dir->untracked); in ref_tracker_free()
/kernel/linux/linux-5.10/arch/s390/mm/
Dkasan_init.c365 * | ... gap ... |\ | (untracked) | in kasan_early_init()
381 * +- shadow end -+ | (untracked) | in kasan_early_init()
399 /* populate kasan shadow for untracked memory */ in kasan_early_init()
/kernel/linux/linux-6.6/scripts/
Dremove-stale-files11 # Also, 'git status' shows such stale build artifacts as untracked files.
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
Dnf_conntrack_common.h96 /* Conntrack is a fake untracked entry. Obsolete and not used anymore */
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
Dnf_conntrack_common.h96 /* Conntrack is a fake untracked entry. Obsolete and not used anymore */
/kernel/linux/linux-6.6/mm/kmsan/
Dcore.c101 * @src is untracked: zero out destination shadow, ignore the in kmsan_internal_memmove_metadata()
340 * This page is untracked. If there were uninitialized in kmsan_internal_check_memory()
/kernel/linux/linux-6.6/drivers/misc/lkdtm/
Dstackleak.c104 " untracked: %lu bytes\n" in check_stackleak_irqoff()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dxdp_synproxy.c95 -i tmp1 -p tcp -m tcp --dport 8080 -m state --state INVALID,UNTRACKED \ in test_synproxy()
/kernel/linux/linux-5.10/Documentation/core-api/
Ddebug-objects.rst146 the object can be deactivated. Deactivating is not allowed for untracked
/kernel/linux/linux-6.6/drivers/gpu/drm/ci/
Dgitlab-ci.yml180 untracked: false
/kernel/linux/linux-6.6/Documentation/core-api/
Ddebug-objects.rst146 the object can be deactivated. Deactivating is not allowed for untracked
/kernel/linux/linux-6.6/net/ipv6/
Dndisc.c981 case 0: /* Don't accept untracked na (absent in neighbor cache) */ in accept_untracked_na()
983 case 1: /* Create new entries from na if currently untracked */ in accept_untracked_na()
985 case 2: /* Create new entries from untracked na only if saddr is in the in accept_untracked_na()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
Dlag_conf.c528 nfp_warn(priv->app->cpp, "untracked bond got unregistered %s\n", in nfp_fl_lag_schedule_group_delete()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
Dlag_conf.c493 nfp_warn(priv->app->cpp, "untracked bond got unregistered %s\n", in nfp_fl_lag_schedule_group_delete()
/kernel/linux/linux-6.6/Documentation/netlink/specs/
Drt_link.yaml557 name: accept-untracked-na
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_mman.c337 * Userspace is now writing through an untracked VMA, abandon in vm_fault_gtt()

123