Searched refs:pass (Results 51 - 75 of 193) sorted by relevance

12345678

/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_tbf_core.sh98 flower $TCFLAGS vlan_id 10 action pass
100 flower $TCFLAGS vlan_id 11 action pass
H A Dmirror_gre_lib.sh66 action pass
H A Dip6gre_lib.sh352 flower $TC_FLAG action pass
356 flower $TC_FLAG dst_ip 203.0.113.1 action pass
385 flower $TC_FLAG action pass
389 flower $TC_FLAG dst_ip 2001:db8:2::1 action pass
430 check_fail $? "ping GRE IPv6 should not pass with packet size 1800"
H A Dvxlan_bridge_1d_ipv6.sh347 dst_ip $vxlan_remote_ip dst_port $VXPORT $TC_FLAG action pass
353 $TC_FLAG action pass
404 dst_ip $vxlan_remote_ip dst_port $VXPORT $TC_FLAG action pass
409 flower src_ip $dst_ip dst_ip $src_ip $TC_FLAG action pass
470 icmpv6 skip_sw action pass 2>/dev/null || \
473 icmpv6 skip_hw action pass
628 flower ip_ttl 99 action pass
640 flower ip_tos 0x14 action pass
656 flower ip_tos $tos ip_proto udp dst_port $VXPORT action pass
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dblackhole_routes.sh125 action pass
149 ip_proto icmpv6 action pass
H A Ddevlink_trap_acl_drops.sh99 flower src_mac $h1mac action pass
124 flower src_mac $h1mac action pass
H A Ddevlink_trap_tunnel_vxlan.sh170 flower src_ip 192.0.2.3 dst_ip 192.0.2.1 action pass
241 flower skip_hw src_ip 192.0.2.3 dst_ip 192.0.2.1 action pass
308 flower src_mac 01:02:03:04:05:06 action pass
H A Ddevlink_trap_tunnel_vxlan_ipv6.sh174 flower src_ip 2001:db8:1::3 dst_ip 2001:db8:1::1 action pass
250 action pass
320 flower src_mac 01:02:03:04:05:06 action pass
/linux-master/arch/powerpc/net/
H A Dbpf_jit.h87 * The fly in the ointment of code size changing from pass to pass is
90 * one pass to the next and will need a few passes to converge on a stable
165 u32 *addrs, int pass, bool extra_pass);
171 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass,
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dza_no_regs.c107 td->pass = 1;
H A Dsve_regs.c109 td->pass = 1;
H A Dssve_regs.c120 td->pass = 1;
H A Dza_regs.c126 td->pass = 1;
H A Dssve_za_regs.c149 td->pass = 1;
/linux-master/sound/soc/
H A Dsoc-topology.c60 unsigned int pass; /* pass number */ member in struct:soc_tplg
241 /* pass vendor data to component driver for processing */
264 /* optionally pass new dynamic widget to component driver. This is mainly for
276 /* optionally pass new dynamic widget to component driver. This is mainly for
288 /* pass DAI configurations to component driver for extra initialization */
300 /* pass link configurations to component driver for extra initialization */
355 int pass)
359 if (pass != SOC_TPLG_PASS_CONTROL)
371 struct snd_soc_dobj *dobj, int pass)
354 soc_tplg_remove_kcontrol(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) argument
370 soc_tplg_remove_route(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) argument
383 soc_tplg_remove_widget(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) argument
411 soc_tplg_remove_dai(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) argument
432 soc_tplg_remove_link(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) argument
450 remove_backend_link(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, int pass) argument
2576 int pass; local
[all...]
/linux-master/tools/bpf/
H A Dbpf_jit_disasm.c179 int ret, flen, pass, ulen = 0; local
189 "pass=[[:digit:]]+ image=[[:xdigit:]]+", REG_EXTENDED);
206 ret = sscanf(ptr, "flen=%d proglen=%u pass=%d image=%lx",
207 &flen, &proglen, &pass, &base);
246 printf("%u bytes emitted from JIT compiler (pass:%d, flen:%d)\n",
247 proglen, pass, flen);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c418 struct test_sockmap_pass_prog *pass = NULL; local
423 pass = test_sockmap_pass_prog__open_and_load();
424 if (!ASSERT_OK_PTR(pass, "open_and_load"))
426 verdict = bpf_program__fd(pass->progs.prog_skb_verdict);
427 map = bpf_map__fd(pass->maps.sock_map_rx);
473 test_sockmap_pass_prog__destroy(pass);
481 struct test_sockmap_pass_prog *pass; local
485 pass = test_sockmap_pass_prog__open_and_load();
486 if (!ASSERT_OK_PTR(pass, "open_and_load"))
488 verdict = bpf_program__fd(pass
[all...]
H A Dsockmap_listen.c679 unsigned int pass; local
707 err = xbpf_map_lookup_elem(verd_mapfd, &key, &pass);
710 if (pass != 1)
711 FAIL("%s: want pass count 1, have %d", log_prefix, pass);
948 unsigned int pass; local
1000 err = xbpf_map_lookup_elem(verd_map, &key, &pass);
1003 if (pass != 1)
1004 FAIL("want pass count 1, have %d", pass);
1344 unsigned int pass; local
1495 unsigned int pass; local
[all...]
/linux-master/tools/testing/selftests/alsa/
H A Dmixer-test.c813 bool pass; local
832 pass = test_ctl_write_valid_boolean(ctl);
836 pass = test_ctl_write_valid_integer(ctl);
840 pass = test_ctl_write_valid_integer64(ctl);
844 pass = test_ctl_write_valid_enumerated(ctl);
857 ksft_test_result(pass, "write_valid.%d.%d\n",
1025 bool pass; local
1044 pass = test_ctl_write_invalid_boolean(ctl);
1048 pass = test_ctl_write_invalid_integer(ctl);
1052 pass
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c51 int ret, cnt, pass = 0; local
108 if (ret && cnt == 0 && ++pass < QSFP_MAX_RETRY)
138 if (pass >= QSFP_MAX_RETRY && ret)
140 else if (pass)
141 qib_dev_porterr(dd, ppd->port, "QSFP retries: %d\n", pass);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_migrate.c850 int pass; local
853 for (pass = 0; pass < ARRAY_SIZE(t); pass++) {
870 t[pass] = ktime_sub(t1, t0);
929 int pass; local
932 for (pass = 0; pass < ARRAY_SIZE(t); pass++) {
953 t[pass]
[all...]
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c70 } else if (td->pass) {
105 td->pass = 1;
156 td->pass = 1;
/linux-master/scripts/gcc-plugins/
H A Dgcc-generate-gimple-pass.h3 * Generator for GIMPLE pass related boilerplate code/data
111 return &_PASS_NAME_PASS.pass;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c274 unsigned int pass, order; local
288 * Each pass the common prefix shrinks and we have to insert a join.
295 for (pass = 0; pass < 3; pass++) {
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond-break-lacpdu-tx.sh72 tc filter add dev veth1-end ingress protocol 0x8809 pref 1 handle 101 flower skip_hw action pass

Completed in 245 milliseconds

12345678