Searched refs:egress (Results 1 – 25 of 44) sorted by relevance
12
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | mirror_gre.sh | 92 mirror_install $swp1 egress gt6 "matchall $tcflags" 94 quick_test_span_gre_dir gt6 egress 98 quick_test_span_gre_dir gt6 egress 101 mirror_uninstall $swp1 egress 103 fail_test_span_gre_dir gt6 egress 112 full_test_span_gre_dir gt4 egress 0 8 "mirror to gretap" 118 full_test_span_gre_dir gt6 egress 0 8 "mirror to ip6gretap" 124 test_span_gre_mac gt4 egress ip "mirror to gretap" 130 test_span_gre_mac gt6 egress ipv6 "mirror to ip6gretap" 136 slow_path_trap_install $swp1 egress [all …]
|
D | mirror_gre_bridge_1q.sh | 91 full_test_span_gre_dir gt4 egress 0 8 "mirror to gretap" 97 full_test_span_gre_dir gt6 egress 0 8 "mirror to ip6gretap" 103 slow_path_trap_install $swp1 egress 107 slow_path_trap_uninstall $swp1 egress
|
D | mirror_gre_bridge_1d.sh | 97 full_test_span_gre_dir gt4 egress 0 8 "mirror to gretap" 103 full_test_span_gre_dir gt6 egress 0 8 "mirror to ip6gretap" 109 slow_path_trap_install $swp1 egress 113 slow_path_trap_uninstall $swp1 egress
|
D | mirror_vlan.sh | 76 test_vlan_dir egress 0 8 100 test_tagged_vlan_dir egress 0 8 106 slow_path_trap_install $swp1 egress 112 slow_path_trap_uninstall $swp1 egress
|
D | mirror_gre_neigh.sh | 80 test_span_gre_neigh 192.0.2.130 gt4 egress "mirror to gretap" 86 test_span_gre_neigh 2001:db8:2::2 gt6 egress "mirror to ip6gretap" 92 slow_path_trap_install $swp1 egress 96 slow_path_trap_uninstall $swp1 egress
|
D | mirror_gre_flower.sh | 100 full_test_span_gre_dir_acl gt4 egress 0 8 192.0.2.3 "ACL mirror to gretap" 106 full_test_span_gre_dir_acl gt6 egress 0 8 192.0.2.3 "ACL mirror to ip6gretap" 114 slow_path_trap_install $swp1 egress 118 slow_path_trap_uninstall $swp1 egress
|
D | gre_multipath.sh | 98 tc filter add dev $ul1 egress pref 111 prot ipv4 \ 100 tc filter add dev $ul1 egress pref 222 prot ipv4 \ 214 local t0_111=$(tc_rule_stats_get $ul1 111 egress) 215 local t0_222=$(tc_rule_stats_get $ul1 222 egress) 221 local t1_111=$(tc_rule_stats_get $ul1 111 egress) 222 local t1_222=$(tc_rule_stats_get $ul1 222 egress)
|
D | mirror_gre_bridge_1d_vlan.sh | 72 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what" 100 slow_path_trap_install $swp1 egress 104 slow_path_trap_uninstall $swp1 egress
|
D | mirror_gre_bound.sh | 189 full_test_span_gre_dir gt4 egress 0 8 "mirror to gretap w/ UL" 195 full_test_span_gre_dir gt6 egress 0 8 "mirror to ip6gretap w/ UL" 203 slow_path_trap_install $swp1 egress 207 slow_path_trap_uninstall $swp1 egress
|
D | mirror_gre_vlan.sh | 63 full_test_span_gre_dir gt4 egress 0 8 "mirror to gretap" 69 slow_path_trap_install $swp1 egress 73 slow_path_trap_uninstall $swp1 egress
|
D | mirror_gre_vlan_bridge_1q.sh | 88 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what" 260 slow_path_trap_install $swp1 egress 264 slow_path_trap_uninstall $swp1 egress
|
D | mirror_gre_nh.sh | 108 slow_path_trap_install $swp1 egress 112 slow_path_trap_uninstall $swp1 egress
|
D | tc_actions.sh | 66 $tcflags dst_ip 192.0.2.2 action mirred egress $action \ 123 $tcflags dst_ip 192.0.2.2 action mirred egress redirect \
|
/external/iproute2/tc/ |
D | m_mirred.c | 71 int ok = 0, iok = 0, mirror = 0, redir = 0, ingress = 0, egress = 0; in parse_direction() local 80 } else if (!egress && matches(*argv, "egress") == 0) { in parse_direction() 81 egress = 1; in parse_direction() 91 if (egress) { in parse_direction() 122 p.eaction = egress ? TCA_EGRESS_MIRROR : in parse_direction() 132 p.eaction = egress ? TCA_EGRESS_REDIR : in parse_direction()
|
/external/bcc/examples/networking/vlan_learning/ |
D | vlan_learning.c | 15 BPF_HASH(egress, int, struct ifindex_leaf_t, 4096); 35 struct ifindex_leaf_t *out_leaf = egress.lookup_or_init(&out_ifindex, &zleaf); in handle_phys2virt() 53 struct ifindex_leaf_t *leaf = egress.lookup(&src_ifindex); in handle_virt2phys()
|
D | vlan_learning.py | 25 egress = b.get_table("egress") variable 86 for key, leaf in egress.items():
|
/external/iproute2/doc/actions/ |
D | mirred-usage | 14 DIRECTION := <ingress | egress> 33 Loops are not hard to create in the egress qdiscs. 71 match u32 0 0 flowid 1:2 action mirred egress mirror dev eth1 83 match u32 0 0 flowid 1:2 action mirred egress redirect dev eth0 95 match u32 0 0 flowid 1:2 action mirred egress mirror dev eth0 110 action mirred egress mirror dev eth0 124 action mirred egress mirror dev eth1 151 action mirred egress mirror dev dummy0
|
/external/u-boot/doc/ |
D | README.t1040-l2switch | 42 ethsw [port <port_no>] pvid { [help] | show | <pvid> } - set/show PVID (ingress and egress VLAN tag… 44 ethsw [port <port_no>] untagged { [help] | show | all | none | pvid } - set egress tagging mode for… 45 ethsw [port <port_no>] egress tag { [help] | show | pvid | classified } - configure VID source for …
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_skb_cgroup_id.sh | 33 tc filter add dev ${TEST_IF} egress bpf obj ${BPF_PROG_OBJ} \ 36 BPF_PROG_ID=$(tc filter show dev ${TEST_IF} egress | \
|
/external/tcpdump/tests/ |
D | lspping-fec-rsvp-v.out | 18 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 39 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 60 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 81 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 102 Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
|
D | lspping-fec-ldp-v.out | 21 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 48 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 68 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 88 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 108 Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
|
D | lspping-fec-rsvp-vv.out | 22 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 47 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 72 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 97 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 122 Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
|
D | lspping-fec-ldp-vv.out | 23 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 52 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 74 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 96 Return Code: Replying router is an egress for the FEC at stack depth 0 (3) 118 Return Code: Replying router is an egress for the FEC at stack depth 0 (3)
|
/external/e2fsprogs/lib/ss/ |
D | listen.c | 91 goto egress; in ss_listen() 123 egress: in ss_listen()
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | mirror_gre.sh | 181 slow_path_trap_install $swp1 egress 185 slow_path_trap_uninstall $swp1 egress
|
12