/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.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 | 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 | tc_police.sh | 356 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
|
D | lib.sh | 893 local direction=$1; shift 900 tc filter add dev $dev $direction pref 1 \ 902 || tc filter add dev $dev $direction pref 1 \ 909 local direction=$1; shift 911 tc filter del dev $dev $direction pref 1 flower
|
/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/testing/selftests/bpf/prog_tests/ |
D | tc_redirect.c | 611 int direction, nread, nwrite; in tun_relay_loop() local 621 direction = FD_ISSET(src_fd, &rfds) ? SRC_TO_TARGET : TARGET_TO_SRC; in tun_relay_loop() 623 nread = read(direction == SRC_TO_TARGET ? src_fd : target_fd, buf, sizeof(buf)); in tun_relay_loop() 629 nwrite = write(direction == SRC_TO_TARGET ? target_fd : src_fd, buf, nread); in tun_relay_loop()
|
/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 442 def Find(self, direction): argument 447 self.finder.Find(value, direction, pattern, self.context) 461 def NextPrev(self, direction): argument 478 self.Find(direction) 717 if c.direction == 0 or c.value != c.last_value or c.pattern != c.last_pattern: 719 elif c.direction > 0: 725 def Find(self, value, direction, pattern, context, callback): argument 728 self.value, self.direction, self.pattern, self.query, self.last_value, self.last_pattern = x 730 …self.value, self.direction, self.pattern, self.last_value, self.last_pattern = x + (self.value, se… 732 context[0].Update(value, direction, pattern) [all …]
|
/tools/include/uapi/sound/ |
D | asound.h | 1175 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
|
/tools/testing/selftests/netfilter/ |
D | nft_nat_zones.sh | 202 ct direction reply meta mark set ct mark
|
/tools/perf/Documentation/ |
D | perf-script.txt | 230 …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 | 327 __u8 direction; member
|
/tools/perf/ |
D | builtin-trace.c | 466 static struct evsel *perf_evsel__raw_syscall_newtp(const char *direction, void *handler) in perf_evsel__raw_syscall_newtp() argument 468 struct evsel *evsel = evsel__newtp("raw_syscalls", direction); in perf_evsel__raw_syscall_newtp() 472 evsel = evsel__newtp("syscalls", direction); in perf_evsel__raw_syscall_newtp()
|