Searched refs:default (Results 126 - 150 of 165) sorted by relevance

1234567

/linux-master/scripts/
H A Dget_feat.pl586 Changes the location of the Feature files. By default, it uses
611 Parse the Linux feature files from Documentation/features (by default),
H A Dbpf_doc.py560 **default:** label of the **switch ... case** used to filter helpers can call
855 # ../include/uapi/linux/bpf.h, use it as a default name for the file to parse,
875 default=bpfh)
878 argParser.add_argument('target', nargs='?', default='helpers',
H A Dleaking_addresses.pl97 --raw Show raw results (default).
420 # is not found we default to using address regular expression suitable
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_asymmetric.sh8 # | | default via 10.1.1.1 | | | default via 10.1.2.1 |
90 # | | default via 10.1.1.1 | | default via 10.1.2.1 | |
119 ip route add default vrf $vrf_name nexthop via $gw_ip
130 ip route del default vrf $vrf_name nexthop via $gw_ip
H A Dvxlan_symmetric.sh8 # | | default via 10.1.1.1 | | | default via 10.1.2.1 |
104 # | | default via 10.1.1.1 | | default via 10.1.2.1 | |
129 ip route add default vrf $vrf_name nexthop via $gw_ip
140 ip route del default vrf $vrf_name nexthop via $gw_ip
H A Dvxlan_symmetric_ipv6.sh9 # | | default via 2001:db8:1::3 | | | default via 2001:db8:2::3 |
105 # | | default via | | default via | |
131 ip route add default vrf $vrf_name nexthop via $gw_ip
142 ip route del default vrf $vrf_name nexthop via $gw_ip
/linux-master/tools/hv/
H A Dvmbus_testing322 type = check_range, default =[0,0], required = (True),
/linux-master/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl139 my $default = shift;
142 # Read the event format or use the default
145 return $default;
/linux-master/tools/perf/pmu-events/
H A Dmetric.py476 def default(self, o): member in class:_MetricJsonEncoder
479 return json.JSONEncoder.default(self, o)
H A Djevents.py1248 default='all')
1255 'output_file', type=argparse.FileType('w', encoding='utf-8'), nargs='?', default=sys.stdout)
/linux-master/tools/net/ynl/lib/
H A Dnlspec.py48 def get(self, key, default=None):
49 return self.yaml.get(key, default)
421 fixed_header string, optional name of family default fixed header struct
/linux-master/scripts/dtc/
H A Ddtx_diff30 (default is current directory)
/linux-master/tools/cgroup/
H A Diocost_monitor.py30 parser.add_argument('--interval', '-i', metavar='SECONDS', type=float, default=1,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh81 ip -net "$ns2" route add default via 10.0.$i.1 dev ns2eth$i metric 10$i
H A Dmptcp_lib.sh428 ip netns exec "${!netns}" sysctl -q net.ipv4.conf.default.rp_filter=0
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py89 primary = attr.ib(default=None)
90 secondary = attr.ib(default=None)
91 tertiary = attr.ib(default=None)
184 sensible default filter.
266 Send an input event on the default report ID.
H A Dtest_multitouch.py519 def get_slot(self, uhdev, t, default):
521 return default
529 return default
/linux-master/lib/
H A DMakefile309 $(obj)/bootconfig-data.o: $(obj)/default.bconf
311 targets += default.bconf
313 $(obj)/default.bconf: $(CONFIG_BOOT_CONFIG_EMBED_FILE) FORCE
/linux-master/tools/testing/selftests/net/
H A Dfib_nexthops.sh156 ip netns exec ${n} sysctl -qw net.ipv4.conf.default.ignore_routes_with_linkdown=1
159 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.forwarding=1
160 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
162 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.accept_dad=0
826 # basic functionality: create a nexthop group, default weight
1125 # rpfilter and default route
1131 run_cmd "$IP -6 ro add default nhid 91"
1133 log_test $? 0 "Nexthop with default route and rpfilter"
1134 run_cmd "$IP -6 ro replace default nhid 93"
1136 log_test $? 0 "Nexthop with multipath default rout
[all...]
H A Dfib_tests.sh519 [ "$vrf" = "-" ] && vrf="default"
591 add_rt "VRF route, gateway can be local address in default VRF" 0 \
624 $IP -4 route add vrf red unreachable default metric 4278198272
625 $IP -6 route add vrf red unreachable default metric 4278198272
920 $IP -6 route add default dev dummy1
1294 # default entry is metric 256
1707 run_cmd "ip netns exec $test-ns ip route add default via 10.0.0.1"
1819 # default entry is metric 256
1961 $IP ro add vrf red unreachable default
1986 log_test $? 0 "Route in default VR
[all...]
H A Dudpgro_fwd.sh44 ip netns exec $ns sysctl -qw net.ipv6.conf.default.router_solicitations=0
117 # rx program does not support '-6' and implies ipv6 usage by default
/linux-master/tools/perf/tests/
H A Dattr.py140 # 'ret' - Skip test if Perf doesn't exit with this value (0 by default)
432 default=0, action="count", dest="verbose")
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py79 def get_limit(self, limit, default=None):
80 value = self.checks.get(limit, default)
1420 'default',
2612 parser.add_argument('--header', dest='header', action='store_true', default=None)
2614 parser.add_argument('--user-header', nargs='+', default=[])
2615 parser.add_argument('--cmp-out', action='store_true', default=None,
2617 parser.add_argument('--exclude-op', action='append', default=[])
2618 parser.add_argument('-o', dest='out_file', type=str, default=None)
/linux-master/tools/perf/scripts/python/
H A Dintel-pt-events.py80 ap.add_argument("--interleave", type=int, nargs='?', const=4, default=0)
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh436 ip netns exec client ip route add default via 172.31.110.20

Completed in 227 milliseconds

1234567