/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | vxlan.sh | 92 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 109 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 126 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 144 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 \ 163 ttl 20 tos inherit dstport 4789 180 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 198 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 dev dummy1 216 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 \ 251 ttl inherit tos inherit local $LOCAL_IP_1 dstport 4789 258 log_test "vxlan device with inherit ttl" [all …]
|
D | mirror_gre.sh | 28 ttl 100 tos inherit allow-localremote \ 55 ttl 100 tos inherit allow-localremote 127 ip link set dev $tundev type $type ttl inherit 136 log_test "$what: no offload on TTL of inherit" 151 ip link set dev $tundev type $type tos inherit
|
D | vxlan_ipv6.sh | 28 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 45 noudp6zerocsumrx udp6zerocsumtx ttl 20 tos inherit \ 54 udp6zerocsumrx noudp6zerocsumtx ttl 20 tos inherit \
|
D | extack.sh | 43 dstport 4789 nolearning noudpcsum tos inherit ttl 100 56 dstport 4789 nolearning noudpcsum tos inherit ttl 100 95 dstport 4789 tos inherit ttl 100 123 dstport 4789 tos inherit ttl 100
|
D | devlink_trap_tunnel_ipip6.sh | 22 # | tos=inherit | 71 tunnel_create g1 ip6gre 2001:db8:3::1 2001:db8:3::2 tos inherit \ 72 ttl inherit 233 tunnel_create g1 ip6gre 2001:db8:3::1 2001:db8:3::2 tos inherit \ 234 ttl inherit key 233
|
/linux-6.12.1/tools/testing/selftests/arm64/fp/ |
D | vlset.c | 21 static int inherit = 0; variable 30 { "inherit", no_argument, NULL, 'i' }, 32 { "no-inherit", no_argument, &no_inherit, 1 }, 55 case 'i': inherit = 1; break; in parse_options() 63 if (inherit && no_inherit) in parse_options() 95 "[-i | --inherit | --no-inherit] " in parse_options() 131 if (inherit) in main()
|
/linux-6.12.1/arch/riscv/kernel/ |
D | vector.c | 153 bool inherit) in riscv_v_ctrl_set() argument 159 if (inherit) in riscv_v_ctrl_set() 216 bool inherit; in riscv_v_vstate_ctrl_init() local 231 /* Clear next mask if inherit-bit is not set */ in riscv_v_vstate_ctrl_init() 232 inherit = riscv_v_ctrl_test_inherit(tsk); in riscv_v_vstate_ctrl_init() 233 if (!inherit) in riscv_v_vstate_ctrl_init() 236 riscv_v_ctrl_set(tsk, cur, next, inherit); in riscv_v_vstate_ctrl_init() 249 bool inherit; in riscv_v_vstate_ctrl_set_current() local 276 inherit = VSTATE_CTRL_GET_INHERIT(arg); in riscv_v_vstate_ctrl_set_current() 281 riscv_v_ctrl_set(current, cur, next, inherit); in riscv_v_vstate_ctrl_set_current()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_sysctl.h | 22 xfs_sysctl_val_t sgid_inherit; /* Inherit S_ISGID if process' GID is 29 xfs_sysctl_val_t inherit_sync; /* Inherit the "sync" inode flag. */ 30 xfs_sysctl_val_t inherit_nodump;/* Inherit the "nodump" inode flag. */ 31 xfs_sysctl_val_t inherit_noatim;/* Inherit the "noatime" inode flag. */ 34 xfs_sysctl_val_t inherit_nosym; /* Inherit the "nosymlinks" flag. */ 36 xfs_sysctl_val_t inherit_nodfrg;/* Inherit the "nodefrag" inode flag. */
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | mirror_gre_topo_lib.sh | 23 # | | : tos=inherit : tos=inherit | 32 # | tos=inherit tos=inherit | 64 ttl 100 tos inherit 67 ttl 100 tos inherit allow-localremote
|
D | gre_multipath.sh | 21 # | tos=inherit | tos=inherit | | 46 # | tos=inherit tos=inherit | 85 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1 89 tunnel_create g1b gre 192.0.2.81 192.0.2.82 tos inherit dev v$ol1 123 tunnel_create g2a gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol2 127 tunnel_create g2b gre 192.0.2.82 192.0.2.81 tos inherit dev v$ol2
|
D | gre_multipath_nh_res.sh | 23 # | tos=inherit | tos=inherit | | 48 # | tos=inherit tos=inherit | 93 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1 97 tunnel_create g1b gre 192.0.2.81 192.0.2.82 tos inherit dev v$ol1 140 tunnel_create g2a gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol2 144 tunnel_create g2b gre 192.0.2.82 192.0.2.81 tos inherit dev v$ol2
|
D | gre_multipath_nh.sh | 23 # | tos=inherit | tos=inherit | | 48 # | tos=inherit tos=inherit | 93 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1 97 tunnel_create g1b gre 192.0.2.81 192.0.2.82 tos inherit dev v$ol1 139 tunnel_create g2a gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol2 143 tunnel_create g2b gre 192.0.2.82 192.0.2.81 tos inherit dev v$ol2
|
D | ipip_lib.sh | 25 # | tos=inherit | | 50 # | tos=inherit | 80 # | | tos=inherit | | 132 # | | tos=inherit | | 181 tunnel_create g1a $type 192.0.2.65 192.0.2.66 tos inherit "$@" 216 tunnel_create g2a $type 192.0.2.66 192.0.2.65 tos inherit dev v$ol2 \ 252 tunnel_create g1a $type 192.0.2.65 192.0.2.66 tos inherit dev dummy1 \ 291 tunnel_create g2a $type 192.0.2.66 192.0.2.65 tos inherit dev dummy2 \
|
D | mirror_gre_bound.sh | 21 # | | : tos=inherit : tos=inherit | | 37 # | tos=inherit tos=inherit | 126 ttl 100 tos inherit dev ul 131 ttl 100 tos inherit dev ul allow-localremote
|
D | ip6gre_lib.sh | 27 # | tos=inherit | | 54 # | tos=inherit | 87 # | | tos=inherit | | 137 # | | tos=inherit | | 194 tunnel_create g1a ip6gre 2001:db8:3::1 2001:db8:3::2 tos inherit \ 195 ttl inherit "$@" 230 tunnel_create g2a ip6gre 2001:db8:3::2 2001:db8:3::1 tos inherit \ 231 ttl inherit dev v$ol2 "$@" 271 tunnel_create g1a ip6gre 2001:db8:3::1 2001:db8:3::2 tos inherit \ 272 ttl inherit dev dummy1 "$@" [all …]
|
D | mirror_gre_bridge_1q.sh | 29 # | | : tos=inherit : tos=inherit | 37 # | 2001:db8:2::2/64 tos=inherit tos=inherit |
|
/linux-6.12.1/tools/perf/tests/attr/ |
D | test-record-group-sampling | 11 inherit=0 32 # inherit is disabled for group sampling 33 inherit=0
|
D | test-record-group2 | 13 inherit=0 24 inherit=0
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | mdwe_test.c | 137 bool inherit; in FIXTURE_VARIANT() local 144 .inherit = false, in FIXTURE_VARIANT_ADD() 151 .inherit = true, in FIXTURE_VARIANT_ADD() 158 .inherit = true, in FIXTURE_VARIANT_ADD() 165 .inherit = false, in FIXTURE_VARIANT_ADD() 170 return variant->enabled && (!variant->forked || variant->inherit); in executable_map_should_fail() 186 if (!variant->inherit) in FIXTURE_SETUP()
|
/linux-6.12.1/samples/bpf/ |
D | tracex6_user.c | 105 .inherit = 0, in test_bpf_perf_event() 114 .inherit = 0, in test_bpf_perf_event() 123 .inherit = 0, in test_bpf_perf_event() 133 .inherit = 0, in test_bpf_perf_event() 145 .inherit = 0, in test_bpf_perf_event() 157 .inherit = 0, in test_bpf_perf_event()
|
/linux-6.12.1/tools/testing/selftests/riscv/vector/ |
D | vstate_prctl.c | 27 /* launch the program again to check inherit */ in launch_test() 51 int test_and_compare_child(long provided, long expected, int inherit) in test_and_compare_child() argument 61 rc = launch_test(inherit); in test_and_compare_child() 133 /* Turn on next's vector explicitly and test inherit */ in main() 143 /* Turn off next's vector explicitly and test inherit */ in main()
|
D | vstate_exec_nolibc.c | 35 /* launch the program again to check inherit */ in main() 91 puts("parent has inherit bit, but child has not\n"); in main() 105 puts("must clear child's next vstate_ctrl if !inherit\n"); in main()
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | transhuge.rst | 127 will inherit the top-level "enabled" value:: 129 echo inherit >/sys/kernel/mm/transparent_hugepage/hugepages-<size>kB/enabled 133 echo inherit >/sys/kernel/mm/transparent_hugepage/hugepages-2048kB/enabled 135 The top-level setting (for use with "inherit") can be set by issuing 142 By default, PMD-sized hugepages have enabled="inherit" and all other 309 ``never`` or ``inherit``. 312 set 128K, 512K to ``inherit``, set 256K to ``madvise`` and 1M, 2M 315 thp_anon=16K-64K:always;128K,512K:inherit;256K:madvise;1M-2M:never 323 ``thp_anon`` is not specified, PMD_ORDER THP will default to ``inherit``. 372 setting. An 'inherit' option is added to ensure compatibility with these [all …]
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | l2_tos_ttl_inherit.sh | 7 # if they inherit or set the inheritable fields. 82 elif [ "$tos_ttl" = "inherit" ]; then 84 tos="inherit $expected_tos" 97 elif [ "$tos_ttl" = "inherit" ]; then 99 ttl="inherit $expected_ttl" 210 if [ "$tos_ttl" = "inherit" ]; then 269 if [ "$tos_ttl" = "inherit" ]; then 332 if [ "$tos_ttl" = "inherit" ]; then 425 for tos_ttl in inherit random; do
|
/linux-6.12.1/Documentation/sphinx-static/ |
D | theme_overrides.css | 110 color: inherit; 113 background: inherit; 118 color: inherit;
|