Searched refs:default (Results 101 - 125 of 165) sorted by relevance

1234567

/linux-master/scripts/
H A Dget_maintainer.pl1046 or use only ${signature_pattern} signers (default: $email_git_all_signature_types)
1047 --git-fallback => use git when no exact MAINTAINERS pattern (default: $email_git_fallback)
1049 --git-min-signatures => number of signatures required (default: $email_git_min_signatures)
1050 --git-max-maintainers => maximum maintainers to add (default: $email_git_max_maintainers)
1051 --git-min-percent => minimum percentage of commits required (default: $email_git_min_percent)
1054 --git-since => git history to use (default: $email_git_since)
1055 --hg-since => hg history to use (default: $email_hg_since)
1061 --moderated => include moderated lists(s) if any (default: true)
1062 --s => include subscriber only list(s) if any (default: false)
1066 --file-emails => add email addresses found in -f file (default
[all...]
H A DMakefile.extrawarn67 # ignored, continuing to default to PTRDIFF_MAX. So, left with no other
107 # Some diagnostics enabled by default are noisy.
120 # Clang before clang-16 would warn on default argument promotions.
185 KBUILD_CFLAGS += -Wswitch-default
H A Dpatch-kernel67 stopvers=${3-default}
218 if [ $stopvers != "default" ]; then
H A Dmake_fit.py65 parser.add_argument('-c', '--compress', type=str, default='none',
H A Dspdxcheck.py328 ap.add_argument('-D', '--depth', type=int, default=-1,
334 ap.add_argument('-m', '--maxlines', type=int, default=15,
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh214 ip netns exec $ns sysctl -qw net.ipv4.conf.default.ignore_routes_with_linkdown=1
217 ip netns exec $ns sysctl -qw net.ipv6.conf.default.forwarding=1
218 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
220 ip netns exec $ns sysctl -qw net.ipv6.conf.default.accept_dad=0
279 ip -n $ns1_v4 route add default via 192.0.2.18
280 ip -n $ns2_v4 route add default via 192.0.2.17
296 ip -n $ns1_v6 route add default via 2001:db8:2::2
297 ip -n $ns2_v6 route add default via 2001:db8:2::1
356 log_test $? 0 "MDB entry default protocol"
367 log_test $? 1 "MDB entry default destinatio
[all...]
H A Dgre_gso.sh175 -t <test> Test(s) to run (default: all)
H A Dvrf_strict_mode_test.sh241 log_test ${strictmode} 0 "${nsname}: strict_mode=0 by default, ${vrfcnt} vrfs"
357 -t <test> Test(s) to run (default: all)
H A Dtest_bridge_neigh_suppress.sh143 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
145 ip netns exec $ns sysctl -qw net.ipv6.conf.default.accept_dad=0
214 ip -n $ns route add default via $gw_addr
766 -t <test> Test(s) to run (default: all)
H A Dbareudp.sh109 ERR=4 # Return 4 by default, which is the SKIP code for kselftest
243 ip netns exec "${NS1}" sysctl -qw net.ipv4.conf.default.rp_filter=0
244 ip netns exec "${NS2}" sysctl -qw net.ipv4.conf.default.rp_filter=0
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py571 action="store_true", default=False)
573 "-wl", help="Workload to run while data collection", default="true")
574 parser.add_argument("-m", help="Metric list to validate", default="")
/linux-master/tools/testing/selftests/wireguard/
H A Dnetns.sh326 ip1 route add default via 192.168.1.1
370 # Do a wg-quick(8)-style policy routing for the default route, making sure vethc has a v6 address to tease out bugs.
372 ip1 -6 route add default via fc00::1
376 ip1 -6 route add default dev wg0 table 51820
379 ip1 -4 route add default dev wg0 table 51820
474 # What happens if the inbound destination address belongs to a different interface as the default route?
662 ip1 -6 route add default dev veth1 via fd00:aa::2
663 ip2 -6 route add default dev veth2 via fd00:aa::1
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl75 -l [optional] define location of linux-tree (default is current directory)
76 -b [optional] define location to build (O=build-dir) (default is linux-tree)
/linux-master/samples/bpf/
H A Dtc_l2_redirect.sh32 $IP -n ns1 route add default via 10.1.1.1 dev vens1
33 $IP -n ns1 route add default via 2401:db01::1 dev vens1
/linux-master/tools/scripts/
H A DMakefile.include36 EXTRA_WARNINGS += -Wswitch-default
43 # Makefiles suck: This macro sets a default value of $(2) for the
46 # because make sets default values, so the simpler ?= approach
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh24 The default behavior is to run required tests only. If -a is specified,
99 # default behavior: run all tests
100 VM_SELFTEST_ITEMS=${VM_SELFTEST_ITEMS:-default}
103 if [ "$VM_SELFTEST_ITEMS" == "default" ]; then
127 # because it's default thp size (or 2M on x86), 123 to
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl373 be pointed to a non-default reference.
383 to replace the default references by a custom one.
/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.sh104 echo 0 > /proc/sys/net/ipv4/conf/default/rp_filter
/linux-master/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py38 action="store_true", default=False,
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py705 '(default [tc-tests])')
710 '-c', '--category', nargs='*', metavar='CATG', default=['+c'],
726 '-v', '--verbose', action='count', default=0,
729 '--format', default='tap', const='tap', nargs='?',
740 '-J', '--multiprocess', type=int, default=1, dest='mp',
747 Process any arguments overriding the default settings,
869 # at least one file was specified - remove the default directory
/linux-master/tools/testing/selftests/net/netfilter/
H A Dbr_netfilter.sh58 ip netns exec "$ns0" sysctl -q net.ipv4.conf.default.rp_filter=0
H A Dconntrack_tcp_unreplied.sh63 ip -net "$ns2" route add default via 10.11.11.1
H A Dconntrack_vrf.sh54 ip netns exec "$ns0" sysctl -q -w net.ipv4.conf.default.rp_filter=0
138 if [ "$qdisc" != "default" ]; then
180 if [ "$qdisc" != "default" ]; then
216 test_masquerade_vrf "default"
H A Drpath.sh45 ip netns exec "$ns2" sysctl -q net.ipv4.conf.default.rp_filter=0
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_asymmetric_ipv6.sh8 # | | default via 2001:db8:1::3 | | | default via 2001:db8:2::3 |
90 # | | default via | | default via | |
119 ip route add default vrf $vrf_name nexthop via $gw_ip
130 ip route del default vrf $vrf_name nexthop via $gw_ip

Completed in 500 milliseconds

1234567