Home
last modified time | relevance | path

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

/tools/testing/selftests/net/forwarding/
Dmirror_vlan.sh60 local direction=$1; shift
66 mirror_install $swp1 $direction $swp3.555 "matchall $tcflags"
67 test_span_dir "$h3.555" "$direction" "$forward_type" "$backward_type"
68 mirror_uninstall $swp1 $direction
70 log_test "$direction mirror to vlan ($tcflags)"
81 local direction=$1; shift
87 mirror_install $swp1 $direction $swp3.555 "matchall $tcflags"
88 do_test_span_vlan_dir_ips 10 "$h3.555" 111 "$direction" \
90 do_test_span_vlan_dir_ips 0 "$h3.555" 555 "$direction" \
92 mirror_uninstall $swp1 $direction
[all …]
Dmirror_gre_lib.sh29 local direction=$1; shift
38 mirror_install $swp1 $direction $tundev "matchall $tcflags"
39 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
41 mirror_uninstall $swp1 $direction
43 log_test "$direction $what ($tcflags)"
49 local direction=$1; shift
59 mirror_install $swp1 $direction $tundev "matchall $tcflags"
61 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
70 mirror_uninstall $swp1 $direction
72 log_test "$direction $what ($tcflags)"
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
49 local direction=$1; shift
72 local direction=$1; shift
78 quick_test_span_dir_ips "$dev" "$direction" "$ip1" "$ip2"
104 local direction=$1; shift
Dmirror_gre_flower.sh78 local direction=$1; shift
86 mirror_install $swp1 $direction $tundev \
88 fail_test_span_gre_dir $tundev $direction
89 test_span_gre_dir_acl "$tundev" "$direction" \
91 mirror_uninstall $swp1 $direction
94 fail_test_span_gre_dir_acl "$tundev" "$direction"
96 log_test "$direction $what ($tcflags)"
Dmirror_gre_neigh.sh62 local direction=$1; shift
68 mirror_install $swp1 $direction $tundev "matchall $tcflags"
72 mirror_uninstall $swp1 $direction
74 log_test "$direction $what: neighbor change ($tcflags)"
Dmirror_gre.sh65 local direction=$1; shift
68 case "$direction" in
77 mirror_install $swp1 $direction $tundev "matchall $tcflags"
83 mirror_uninstall $swp1 $direction
85 log_test "$direction $what: envelope MAC ($tcflags)"
Dlib.sh622 local direction=$1; shift
629 tc filter add dev $dev $direction pref 1 \
631 || tc filter add dev $dev $direction pref 1 \
638 local direction=$1; shift
640 tc filter del dev $dev $direction pref 1 flower
/tools/testing/selftests/gpio/
Dgpio-mockup-sysfs.sh9 dir_sysfs=`cat $GPIO_SYSFS/gpio$nr/direction`
39 direction=$2
43 echo $direction > $GPIO_SYSFS/gpio$nr/direction
45 if [ $direction = "out" ]; then
Dgpio-mockup-chardev.c25 enum direction { enum
/tools/testing/selftests/bpf/progs/
Dtest_tunnel_kern.c153 __u8 direction = 1; in _erspan_set_tunnel() local
157 md.u.md2.dir = direction; in _erspan_set_tunnel()
238 __u8 direction = 0; in _ip4ip6erspan_set_tunnel() local
242 md.u.md2.dir = direction; in _ip4ip6erspan_set_tunnel()
/tools/perf/scripts/python/
Dexported-sql-viewer.py429 def Find(self, direction): argument
434 self.finder.Find(value, direction, pattern, self.context)
448 def NextPrev(self, direction): argument
465 self.Find(direction)
704 if c.direction == 0 or c.value != c.last_value or c.pattern != c.last_pattern:
706 elif c.direction > 0:
712 def Find(self, value, direction, pattern, context, callback): argument
715 self.value, self.direction, self.pattern, self.query, self.last_value, self.last_pattern = x
717 …self.value, self.direction, self.pattern, self.last_value, self.last_pattern = x + (self.value, se…
719 context[0].Update(value, direction, pattern)
[all …]
/tools/include/uapi/sound/
Dasound.h1036 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/tools/perf/Documentation/
Dperf-script.txt216 …M/P/-: M=branch target mispredicted or branch direction was mispredicted, P=target predicted or di…
/tools/include/uapi/linux/
Dkvm.h289 __u8 direction; member
/tools/perf/
Dbuiltin-trace.c394 static struct evsel *perf_evsel__raw_syscall_newtp(const char *direction, void *handler) in perf_evsel__raw_syscall_newtp() argument
396 struct evsel *evsel = perf_evsel__newtp("raw_syscalls", direction); in perf_evsel__raw_syscall_newtp()
400 evsel = perf_evsel__newtp("syscalls", direction); in perf_evsel__raw_syscall_newtp()