Lines Matching refs:tcflags
20 tcflags="skip_hw"
102 $tcflags dst_ip 192.0.2.2 action drop
111 $tcflags dst_ip 198.51.100.2 action drop
135 log_test "single mask test ($tcflags)"
148 $tcflags dst_ip 192.0.2.2 action drop
150 $tcflags dst_ip 192.0.2.2 action drop
167 $tcflags dst_ip 192.0.2.2 action drop
185 log_test "identical filters test ($tcflags)"
196 $tcflags dst_ip 192.0.2.2 action drop
198 $tcflags dst_ip 192.0.0.0/8 action drop
215 $tcflags dst_ip 192.0.2.0/24 action drop
226 log_test "two masks test ($tcflags)"
237 if [[ "$tcflags" != "skip_sw" ]]; then
263 flower $tcflags \
290 log_test "multiple masks test ($tcflags)"
303 $tcflags dst_ip 192.0.2.2 action drop
306 $tcflags dst_ip 192.0.2.2 action drop
309 $tcflags dst_ip 192.0.0.0/16 action drop
330 log_test "ctcam with two atcam masks test ($tcflags)"
342 $tcflags dst_ip 192.0.2.2 action drop
345 $tcflags dst_ip 192.0.2.2 action drop
363 log_test "ctcam with one atcam mask test ($tcflags)"
376 $tcflags dst_ip 192.0.2.2 action drop
379 $tcflags dst_ip 192.0.2.2 action drop
384 log_test "ctcam with no atcam masks test ($tcflags)"
406 if [[ "$tcflags" != "skip_sw" ]]; then
411 pref 1 handle 101 flower $tcflags dst_ip 192.0.0.0/24 \
417 pref 2 handle 102 flower $tcflags dst_ip 192.0.2.2 \
453 log_test "delta simple test ($tcflags)"
464 if [[ "$tcflags" != "skip_sw" ]]; then
469 pref 1 handle 101 flower $tcflags dst_ip 192.0.2.0/24 \
475 pref 2 handle 102 flower $tcflags dst_ip 192.0.2.2 \
496 log_test "delta two masks one key test ($tcflags)"
503 if [[ "$tcflags" != "skip_sw" ]]; then
522 $tcflags dst_ip 192.0.1.0/25 action drop
524 $tcflags dst_ip 192.0.2.2 action drop
526 $tcflags dst_ip 192.0.3.0/24 action drop
571 log_test "delta simple rehash test ($tcflags)"
578 if [[ "$tcflags" != "skip_sw" ]]; then
597 $tcflags dst_ip 2001:db8:1::0/121 action drop
599 $tcflags dst_ip 2001:db8:2::2 action drop
601 $tcflags dst_ip 2001:db8:3::0/120 action drop
646 log_test "delta simple IPv6 rehash test ($tcflags)"
655 local tcflags=$2
669 handle $number flower $tcflags \
697 local tcflags=$2
706 test_rule_add $iface $tcflags $index
713 local tcflags=$2
729 test_rule_add_or_remove $iface $tcflags $i
738 if [[ "$tcflags" != "skip_sw" ]]; then
752 test_rule_add_or_remove_random_batch $h2 $tcflags 5000
757 test_rule_add_or_remove_random_batch $h2 $tcflags 5000
766 $tcflags dst_ip 2001:db8:1::0/121 action drop
768 $tcflags dst_ip 2001:db8:2::2 action drop
770 $tcflags dst_ip 2001:db8:3::0/120 action drop
808 test_rule_del $h2 $tcflags $i
812 log_test "delta massive IPv6 rehash test ($tcflags)"
827 $tcflags dst_ip 192.0.2.2 action drop
829 $tcflags dst_ip 198.51.100.2 action drop
831 $tcflags dst_ip 192.0.0.0/8 action drop
854 $tcflags dst_ip 198.0.0.0/8 action drop
866 log_test "bloom simple test ($tcflags)"
903 $tcflags ip_proto tcp action drop
910 $tcflags dst_ip 192.0.0.0/16 action goto chain 1
913 $tcflags action goto chain 2
916 $tcflags src_mac $h1mac action goto chain 3
919 $tcflags dst_ip 192.0.0.0/8 action goto chain 4
922 $tcflags src_ip 192.0.2.0/24 action drop
949 log_test "bloom complex test ($tcflags)"
964 $tcflags dst_ip 192.1.0.0/16 action drop
973 $tcflags dst_ip 192.2.1.0/24 action drop
984 log_test "bloom delta test ($tcflags)"
1001 if [[ "$tcflags" != "skip_sw" ]]; then
1008 pref $i handle $j flower $tcflags \
1032 log_test "max eRP entries test ($tcflags). " \
1049 if [[ "$tcflags" != "skip_sw" ]]; then
1056 flower $tcflags dst_ip 198.51.100.1/32 \
1061 flower $tcflags dst_ip 2001:db8:1::1/128 \
1077 flower $tcflags dst_ip 198.51.100.1/32 \
1082 flower $tcflags dst_ip 2001:db8:1::1/128 \
1087 log_test "max ACL group size test ($tcflags). max size $max_size"
1105 if [[ "$tcflags" != "skip_sw" ]]; then
1113 flower $tcflags dst_ip 198.51.100.0/24 \
1119 flower $tcflags dst_ip 198.51.100.${i}/32 \
1134 log_test "collision test ($tcflags)"
1172 tcflags="skip_sw"