Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 27) sorted by relevance

12

/tools/testing/selftests/net/forwarding/
A Dmirror_gre_lib.sh41 local direction=$1; shift
50 mirror_install $swp1 $direction $tundev "matchall"
53 mirror_uninstall $swp1 $direction
55 log_test "$direction $what"
61 local direction=$1; shift
71 mirror_install $swp1 $direction $tundev "matchall"
82 mirror_uninstall $swp1 $direction
84 log_test "$direction $what"
107 local direction=$1; shift
112 full_test_span_gre_dir_ips "$tundev" "$direction" "$forward_type" \
[all …]
A Dmirror_vlan.sh64 local direction=$1; shift
70 mirror_install $swp1 $direction $swp3.555 "matchall"
72 mirror_uninstall $swp1 $direction
74 log_test "$direction mirror to vlan"
85 local direction=$1; shift
91 mirror_install $swp1 $direction $swp3.555 "matchall"
94 mirror_uninstall $swp1 $direction
96 log_test "$direction mirror tagged to vlan"
A Dmirror_gre.sh65 local direction=$1; shift
68 case "$direction" in
77 mirror_install $swp1 $direction $tundev "matchall"
83 mirror_uninstall $swp1 $direction
85 log_test "$direction $what: envelope MAC"
A Dmirror_gre_neigh.sh62 local direction=$1; shift
70 mirror_install $swp1 $direction $tundev "matchall"
74 mirror_uninstall $swp1 $direction
76 log_test "$direction $what: neighbor change"
A Dmirror_gre_flower.sh85 local direction=$1; shift
93 mirror_install $swp1 $direction $tundev \
97 mirror_uninstall $swp1 $direction
102 log_test "$direction $what"
A Dmirror_lib.sh6 local direction=$1; shift
10 tc filter add dev $from_dev $direction \
18 local direction=$1; shift
20 tc filter del dev $swp1 $direction pref 1000
A Dtc_police.sh356 local direction=$1; shift
358 tc filter add dev $dev $direction protocol ip pref 1 handle 101 flower \
373 tc_check_packets "dev $dev $direction" 101 13
377 local overlimits_t0=$(tc_rule_stats_get ${dev} 1 ${direction} .overlimits)
386 tc filter del dev $dev $direction protocol ip pref 1 handle 101 flower
A Dlib.sh1080 tc filter add dev $dev $direction pref 1 \
1082 || tc filter add dev $dev $direction pref 1 \
1091 tc filter del dev $dev $direction pref 1 flower
/tools/lib/thermal/include/
A Dthermal.h43 int (*threshold_add)(int tz_id, int temperature, int direction, void *arg);
44 int (*threshold_delete)(int tz_id, int temperature, int direction, void *arg);
64 int direction; member
157 int direction);
162 int direction);
/tools/lib/thermal/
A Dcommands.c222 __tt[size - 1].direction = nla_get_u32(attr); in parse_threshold_get()
347 int direction; member
368 if (nla_put_u32(msg, THERMAL_GENL_ATTR_THRESHOLD_DIRECTION, p->direction)) in thermal_genl_threshold_encode()
452 int direction) in thermal_cmd_threshold_add() argument
454 struct cmd_param p = { .tz_id = tz->id, .temp = temperature, .direction = direction }; in thermal_cmd_threshold_add()
463 int direction) in thermal_cmd_threshold_delete() argument
465 struct cmd_param p = { .tz_id = tz->id, .temp = temperature, .direction = direction }; in thermal_cmd_threshold_delete()
/tools/thermal/thermal-engine/
A Dthermal-engine.c44 th->temperature, th->direction); in show_threshold()
234 static int threshold_add(int tz_id, int temp, int direction, __maybe_unused void *arg) in threshold_add() argument
236 INFO("Threshold added tz_id=%d: temp=%d, direction=%d\n", tz_id, temp, direction); in threshold_add()
241 static int threshold_delete(int tz_id, int temp, int direction, __maybe_unused void *arg) in threshold_delete() argument
243 INFO("Threshold deleted tz_id=%d: temp=%d, direction=%d\n", tz_id, temp, direction); in threshold_delete()
/tools/net/ynl/pyynl/
A Dynl_gen_c.py1871 def rdir(direction): argument
1872 if direction == 'reply':
1876 return direction
2337 direction = "request"
2410 direction = "request"
2469 def free_arg_name(direction): argument
2470 if direction:
2554 _print_type(ri, direction, ri.struct[direction])
2624 direction = 'reply'
2626 direction = 'reply'
[all …]
/tools/testing/selftests/drivers/net/mlxsw/
A Dsharedbuffer_configuration.py55 def _get_pool(self, direction): argument
63 if direction == "ingress":
185 def get_pools(dlname, direction=None): argument
189 if not direction or direction == pooldict["type"]:
/tools/testing/selftests/kvm/x86/
A Dcr4_cpuid_sync_test.c78 vcpu->run->io.direction == KVM_EXIT_IO_OUT) { in main()
/tools/testing/selftests/alsa/
A Dpcm-test.c156 int card, dev, subdev, count, direction, err; in find_pcms() local
226 for (direction = 0; direction < 2; direction++) { in find_pcms()
227 stream = direction ? SND_PCM_STREAM_CAPTURE : SND_PCM_STREAM_PLAYBACK; in find_pcms()
/tools/testing/selftests/kvm/
A Dcoalesced_io_test.c99 run->io.direction == KVM_EXIT_IO_OUT && run->io.count == 1 && in vcpu_run_and_verify_io_exit()
109 run->io.port, run->io.direction, run->io.size, run->io.count, pio_value); in vcpu_run_and_verify_io_exit()
/tools/testing/selftests/bpf/progs/
A Dtest_tunnel_kern.c184 __u8 direction = 1; in erspan_set_tunnel() local
188 BPF_CORE_WRITE_BITFIELD(&md.u.md2, dir, direction); in erspan_set_tunnel()
264 __u8 direction = 0; in ip4ip6erspan_set_tunnel() local
268 BPF_CORE_WRITE_BITFIELD(&md.u.md2, dir, direction); in ip4ip6erspan_set_tunnel()
/tools/testing/selftests/net/netfilter/packetdrill/
A Dconntrack_synack_old.pkt46 // No packets should have been marked INVALID in OUTPUT direction, 1 in INPUT
/tools/perf/scripts/python/
A Dexported-sql-viewer.py442 def Find(self, direction): argument
461 def NextPrev(self, direction): argument
478 self.Find(direction)
722 elif c.direction > 0:
735 context[0].Update(value, direction, pattern)
1073 def Find(self, value, direction, pattern, context): argument
2510 if self.direction > 0:
2524 …self.value, self.direction, self.pattern, self.last_value, self.last_pattern = (value, direction,p…
3272 def Find(self, value, direction, pattern, context): argument
4106 def Find(self, value, direction, pattern, context): argument
[all …]
/tools/perf/trace/beauty/include/uapi/sound/
A Dasound.h849 unsigned char direction; /* UMP direction */ member
1270 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/tools/testing/selftests/bpf/prog_tests/
A Dtc_redirect.c1126 int direction, nread, nwrite; in tun_relay_loop() local
1136 direction = FD_ISSET(src_fd, &rfds) ? SRC_TO_TARGET : TARGET_TO_SRC; in tun_relay_loop()
1138 nread = read(direction == SRC_TO_TARGET ? src_fd : target_fd, buf, sizeof(buf)); in tun_relay_loop()
1144 nwrite = write(direction == SRC_TO_TARGET ? target_fd : src_fd, buf, nread); in tun_relay_loop()
/tools/testing/selftests/net/netfilter/
A Dnft_nat_zones.sh157 ct direction reply meta mark set ct mark
A Dnft_flowtable.sh170 ct mark 1 counter name ct direction map { original : routed_orig, reply : routed_repl } accept
/tools/perf/Documentation/
A Dperf-script.txt245 EVENT : M=branch target or direction was mispredicted
246 P=branch target or direction was predicted
/tools/include/uapi/linux/
A Dkvm.h249 __u8 direction; member

Completed in 714 milliseconds

12