Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 95) sorted by relevance

1234

/tools/testing/selftests/net/forwarding/
A Dmirror_gre_lib.sh44 local what=$1; shift
55 log_test "$direction $what"
65 local what=$1; shift
84 log_test "$direction $what"
110 local what=$1; shift
113 "$backward_type" "$what" 192.0.2.1 192.0.2.2
123 local what=$1; shift
127 "$what" 192.0.2.1 192.0.2.2
134 local what=$1; shift
158 log_test "$what: STP state"
[all …]
A Dmirror_gre_changes.sh71 local what=$1; shift
90 log_test "$what: TTL change"
96 local what=$1; shift
109 log_test "$what: tunnel down/up"
116 local what=$1; shift
133 log_test "$what: egress down/up"
142 local what=$1; shift
154 log_test "$what: remote address change"
164 local what=$1; shift
183 log_test "$what: tunnel deleted"
[all …]
A Dmirror_gre_vlan_bridge_1q.sh130 local what=$1; shift
133 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what"
151 local what=$1; shift
170 log_test "$what: vlan forbidden at a bridge"
186 local what=$1; shift
205 log_test "$what: vlan forbidden at a bridge egress"
222 local what=$1; shift
249 log_test "$what: vlan untagged at a bridge egress"
265 local what=$1; shift
282 "$what: MAC roaming"
[all …]
A Drouter_mpath_nh_lib.sh5 local what=$1; shift
48 log_test "NH stats test $what"
53 local what=$1; shift
59 nh_stats_do_test "$what" "$nh1_id" "$nh2_id" "$group_id" \
63 nh_stats_do_test "HW $what" "$nh1_id" "$nh2_id" "$group_id" \
70 local what=$1; shift
88 nh_stats_test_dispatch_swhw "$what" "$nh1_id" "$nh2_id" \
A Dvxlan_reserved.sh237 local what=$1; shift
254 log_test "$what"
260 local what=$1; shift
262 vxlan_ping_test "$what: clean packets" \
267 vxlan_ping_test "$what: mangled packets" \
277 log_test "$what: drops reported"
A Dmirror_gre_bridge_1d_vlan.sh70 local what=$1; shift
72 full_test_span_gre_dir_vlan $tundev ingress "$vlan_match" 8 0 "$what"
73 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what"
A Dmirror_gre_neigh.sh65 local what=$1; shift
76 log_test "$direction $what: neighbor change"
A Dmirror_gre_flower.sh89 local what=$1; shift
102 log_test "$direction $what"
A Dmirror_gre.sh66 local what=$1; shift
85 log_test "$direction $what: envelope MAC"
A Drouter_mpath_seed.sh233 local what=$1; shift
251 log_test "mpath seed $what"
282 local what=$1; shift
307 log_test "mpath seed stability $what"
A Dlib_sh_test.sh148 local what=$1; shift
163 log_test "EXIT_STATUS $tests$what -> ${status_names[$exit_status]}"
A Dgre_multipath_nh.sh235 local what=$1; shift
254 multipath_eval "$what" $weight1 $weight2 $d111 $d222
262 local what=$1; shift
281 multipath_eval "$what" $weight1 $weight2 $d111 $d222
/tools/testing/selftests/drivers/net/lib/py/
A Dremote_netns.py18 def deploy(self, what): argument
19 if os.path.isabs(what):
20 return what
21 return os.path.abspath(self.dir_path + "/" + what)
A Dremote_ssh.py29 def deploy(self, what): argument
33 file_name = self._tmpdir + "/" + self._mktmp() + os.path.basename(what)
35 if not os.path.isabs(what):
36 what = os.path.abspath(self.dir_path + "/" + what)
/tools/testing/selftests/drivers/net/mlxsw/
A Dqos_lib.sh7 local what=$1; shift
13 echo "$what $(humanize $ir) < $(humanize $min)" > /dev/stderr
22 local what=$1; shift
44 if check_rate $ir $min_ingress "$what ingress rate"; then
A Dmirror_gre.sh123 local what=$1; shift
136 log_test "$what: no offload on TTL of inherit"
143 local what=$1; shift
155 log_test "$what: no offload on a fixed TOS"
161 local what=$1; shift
169 log_test "fail $what"
A Dqos_headroom.sh96 local what=$1; shift
100 check_err $? "${what}buffer $idx size is '$current', expected '$expr'"
143 local what=$1; shift
160 log_test "${what}MTU impacts buffer size"
313 local what=$1; shift
355 log_test "${what}internal buffer size"
/tools/testing/selftests/net/
A Dvlan_bridge_binding.sh121 local what=$1; shift
153 log_test "Test bridge_binding $what"
159 local what=$1; shift
161 do_test_binding "$inject" "$what" \
171 local what=$1; shift
173 do_test_binding "$inject" "$what" \
A Dtest_vxlan_fdb_changelink.sh12 local what=$1; shift
16 check_err $? "expected 2 remotes after $what, got $N"
A Dfdb_notify.sh17 local what=$1; shift
38 log_test "$what $op: Duplicate notifications"
/tools/testing/selftests/wireguard/qemu/
A Dinit.c39 static void panic(const char *what) in panic() argument
41 …31m\x1b[1m%s: %s\x1b[0m\n\n\x1b[37m\x1b[44m\x1b[1mPower off...\x1b[0m\n\n", what, strerror(errno)); in panic()
203 int what = -1; in launch_tests() local
207 what = WEXITSTATUS(status); in launch_tests()
210 what = WTERMSIG(status); in launch_tests()
212 printf("\x1b[31m\x1b[1m[-] Tests failed with %s %d! \u2639\x1b[0m\n", why, what); in launch_tests()
/tools/testing/selftests/arm64/bti/
A Dassembler.h76 .macro bti what=
77 __bti_\what
/tools/testing/selftests/drivers/net/hw/
A Dirq.py18 def write_affinity(irq, what) -> str: argument
19 if what != read_affinity(irq):
21 fp.write(what)
/tools/testing/selftests/net/netfilter/
A Dnft_flowtable.sh231 local what=$1
261 echo "PASS: $what"
267 local what=$1
280 case "$what" in
316 echo "PASS: $what: dscp packet counters match"
324 what=$3
327 echo "FAIL: file mismatch for $what" 1>&2
432 what=$4
438 echo "PASS: flow offload for ns1/ns2 with masquerade $what"
444 check_counters "flow offload for ns1/ns2 with dnat and pmtu discovery $what"
[all …]
/tools/memory-model/Documentation/
A DREADME2 what your audience knows and then building a bridge from their current
3 knowledge to what they need to know. Unfortunately, the expected
8 depending on what you know and what you would like to learn. Please note
36 o You would like a detailed understanding of what your compiler can

Completed in 31 milliseconds

1234