/tools/testing/selftests/net/forwarding/ |
D | mirror_vlan.sh | 60 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 …]
|
D | mirror_gre_lib.sh | 29 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)"
|
D | mirror_lib.sh | 6 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 62 local direction=$1; shift 85 local direction=$1; shift 91 quick_test_span_dir_ips "$dev" "$direction" "$ip1" "$ip2" 117 local direction=$1; shift
|
D | mirror_gre_flower.sh | 78 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)"
|
D | mirror_gre_neigh.sh | 62 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)"
|
D | mirror_gre.sh | 65 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)"
|
D | tc_police.sh | 300 local direction=$1; shift 302 tc filter add dev $dev $direction protocol ip pref 1 handle 101 flower \ 317 tc_check_packets "dev $dev $direction" 101 13 321 local overlimits_t0=$(tc_rule_stats_get ${dev} 1 ${direction} .overlimits) 330 tc filter del dev $dev $direction protocol ip pref 1 handle 101 flower
|
D | lib.sh | 807 local direction=$1; shift 814 tc filter add dev $dev $direction pref 1 \ 816 || tc filter add dev $dev $direction pref 1 \ 823 local direction=$1; shift 825 tc filter del dev $dev $direction pref 1 flower
|
/tools/testing/selftests/gpio/ |
D | gpio-mockup-sysfs.sh | 9 dir_sysfs=`cat $GPIO_SYSFS/gpio$nr/direction` 39 direction=$2 43 echo $direction > $GPIO_SYSFS/gpio$nr/direction 45 if [ $direction = "out" ]; then
|
D | gpio-mockup-chardev.c | 25 enum direction { enum
|
/tools/testing/selftests/drivers/net/mlxsw/ |
D | sharedbuffer_configuration.py | 55 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/bpf/progs/ |
D | test_tunnel_kern.c | 153 __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/ |
D | exported-sql-viewer.py | 441 def Find(self, direction): argument 446 self.finder.Find(value, direction, pattern, self.context) 460 def NextPrev(self, direction): argument 477 self.Find(direction) 716 if c.direction == 0 or c.value != c.last_value or c.pattern != c.last_pattern: 718 elif c.direction > 0: 724 def Find(self, value, direction, pattern, context, callback): argument 727 self.value, self.direction, self.pattern, self.query, self.last_value, self.last_pattern = x 729 …self.value, self.direction, self.pattern, self.last_value, self.last_pattern = x + (self.value, se… 731 context[0].Update(value, direction, pattern) [all …]
|
/tools/include/uapi/sound/ |
D | asound.h | 1145 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
|
/tools/perf/Documentation/ |
D | perf-script.txt | 216 …M/P/-: M=branch target mispredicted or branch direction was mispredicted, P=target predicted or di…
|
/tools/memory-model/Documentation/ |
D | simple.txt | 59 from moving code in either direction across the locking function.
|
/tools/include/uapi/linux/ |
D | kvm.h | 305 __u8 direction; member
|
/tools/perf/ |
D | builtin-trace.c | 464 static struct evsel *perf_evsel__raw_syscall_newtp(const char *direction, void *handler) in perf_evsel__raw_syscall_newtp() argument 466 struct evsel *evsel = evsel__newtp("raw_syscalls", direction); in perf_evsel__raw_syscall_newtp() 470 evsel = evsel__newtp("syscalls", direction); in perf_evsel__raw_syscall_newtp()
|