| /linux/drivers/net/ethernet/marvell/prestera/ | 
| H A D | prestera_router.c | 33 	/* Indicate if neighbour is reachable by direct route */34 	bool reachable;  member
 64 	bool reachable;  member
 266 	bool reachable;  in __prestera_util_kern_n_is_reachable_v4()  local
 268 	reachable = false;  in __prestera_util_kern_n_is_reachable_v4()
 274 				reachable = true;  in __prestera_util_kern_n_is_reachable_v4()
 277 	return reachable;  in __prestera_util_kern_n_is_reachable_v4()
 280 /* Check if neigh route is reachable */
 751 	if (!fib_cache || !fib_cache->reachable) {  in __prestera_k_arb_n_lpm_set()
 779 		nc->reachable = true;  in __prestera_k_arb_nc_kern_fib_fetch()
 [all …]
 
 | 
| /linux/Documentation/virt/kvm/x86/ | 
| H A D | mmu.rst | 155     If set, leaf sptes reachable from this page are for a linear range.218     use this field as non-root TDP MMU pages are reachable only from their
 270     pages reachable from a given page.
 302 A tlb flush means that we need to synchronize all sptes reachable from the
 306 A special case is when a guest page table is reachable from the current
 315 As a side effect we have to resynchronize all reachable unsynchronized shadow
 387   - synchronize newly reachable shadow pages
 393   - synchronize newly reachable shadow pages
 
 | 
| /linux/tools/testing/selftests/net/ | 
| H A D | test_neigh.sh | 173 	# Check that when entry transitions to "reachable" state it maintains183 	run_cmd "ip -n $ns1 neigh get $ip_addr dev veth0 | grep \"REACHABLE\""
 184 	check_err $? "Entry did not transition to \"reachable\" state"
 186 	check_err $? "Entry did not maintain \"extern_valid\" flag after transition to \"reachable\" state"
 188 	log_test "$af_str \"extern_valid\" flag: Transition to \"reachable\" state"
 
 | 
| H A D | bareudp.sh | 34 # |      * IPv4 route: 192.0.2.103/32 reachable via 192.0.2.11            |35 # |      * IPv6 route: 2001:db8::103/128 reachable via 2001:db8::11       |
 36 # |      * IPv6 route: 2001:db8::203/128 reachable via 2001:db8::11       |
 102 # |      * IPv4 route: 192.0.2.100/32 reachable via 192.0.2.32            |
 103 # |      * IPv6 route: 2001:db8::100/128 reachable via 2001:db8::32       |
 104 # |      * IPv6 route: 2001:db8::200/128 reachable via 2001:db8::32       |
 
 | 
| /linux/drivers/staging/media/imx/ | 
| H A D | imx-media-dev-common.c | 118  * for each pad, to hold the list of video devices reachable from that266 	 * devices reachable from this link.  in imx_media_link_notify()
 269 	 * devices reachable from this link.  in imx_media_link_notify()
 
 | 
| /linux/tools/testing/selftests/bpf/verifier/ | 
| H A D | atomic_bounds.c | 19 		/* Verifier should be able to tell that this infinite loop isn't reachable. */
 | 
| /linux/drivers/net/wireless/broadcom/brcm80211/ | 
| H A D | Kconfig | 23 	  is enabled and reachable from the driver module.
 | 
| /linux/arch/arc/boot/ | 
| H A D | Makefile | 5 # and make sure it's reachable from your PATH
 | 
| /linux/arch/xtensa/include/asm/ | 
| H A D | jump_label.h | 38 	 * make it reachable and wrap both into a no-transform block  in arch_static_branch_jump()
 | 
| /linux/tools/thermal/tmon/ | 
| H A D | Makefile | 40 …sudo valgrind -v --track-origins=yes --tool=memcheck --leak-check=yes --show-reachable=yes --num-c…
 | 
| /linux/tools/testing/selftests/net/netfilter/ | 
| H A D | nft_fib.sh | 531 	# reachable via 'lo'.644 	# This is because its reachable via dummy0 which is part of
 703 	# 10.9.9.1 / dead:9::1 become reachable from ns1, while ns2
 716 	# ns2 should no longer be reachable (veth1 not in vrf)
 
 | 
| /linux/Documentation/networking/ | 
| H A D | vrf.rst | 264        10.2.1.254 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE265        10.2.2.254 dev eth2 lladdr 5e:54:01:6a:ee:80 REACHABLE
 268        2002:1::64 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE
 
 | 
| /linux/tools/testing/selftests/net/forwarding/ | 
| H A D | mirror_gre_nh.sh | 8 # is reachable through a next-hop route (as opposed to directly-attached route).
 | 
| /linux/Documentation/devicetree/bindings/i2c/ | 
| H A D | tsd,mule-i2c-mux.yaml | 15   which devices that are reachable through an I2C-mux. The devices on the mux
 | 
| /linux/Documentation/driver-api/cxl/allocation/ | 
| H A D | page-allocator.rst | 77 Finally, assuming CXL memory is reachable via the page allocation (i.e. onlined
 | 
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ | 
| H A D | dm.c | 52 		else /* Is this branch reachable? */  in rtl92du_dm_1r_cca()
 | 
| /linux/drivers/i2c/muxes/ | 
| H A D | Kconfig | 127 	  devices that are reachable through an I2C-mux. The devices on the mux
 | 
| /linux/fs/verity/ | 
| H A D | signature.c | 79 		 * reachable by any task able to execute FS_IOC_ENABLE_VERITY.  in fsverity_verify_signature()
 | 
| /linux/drivers/block/drbd/ | 
| H A D | drbd_interval.c | 114  * overlapping intervals will be on the right side of the tree, reachable with
 | 
| /linux/tools/power/cpupower/utils/ | 
| H A D | cpuidle-set.c | 178 			/* Not reachable with proper args checking */  in cmd_idle_set()
 | 
| /linux/include/uapi/linux/ | 
| H A D | neighbour.h | 99  * but it can probe them and notify user space when they become reachable.
 | 
| /linux/tools/include/uapi/linux/ | 
| H A D | neighbour.h | 99  * but it can probe them and notify user space when they become reachable.
 | 
| /linux/sound/hda/core/ | 
| H A D | i915.c | 127 /* check whether Intel graphics is present and reachable */
 | 
| /linux/drivers/infiniband/sw/rxe/ | 
| H A D | rxe_net.c | 291 		rxe_dbg_qp(qp, "Host not reachable\n");  in prepare4()315 		rxe_dbg_qp(qp, "Host not reachable\n");  in prepare6()
 
 | 
| /linux/Documentation/arch/arm/ | 
| H A D | kernel_user_helpers.rst | 5 These are segment of kernel provided user code reachable from user space
 |