Lines Matching refs:chain
882 tc chain add dev $h2 ingress chain 1 protocol ip flower \
885 tc chain add dev $h2 ingress chain 2 protocol ip flower \
889 tc chain add dev $h2 ingress chain 3 protocol ip flower \
895 tc chain add dev $h2 ingress chain 4
901 tc filter add dev $h2 ingress chain $i protocol ip \
910 $tcflags dst_ip 192.0.0.0/16 action goto chain 1
911 tc filter add dev $h2 ingress chain 1 protocol ip \
913 $tcflags action goto chain 2
914 tc filter add dev $h2 ingress chain 2 protocol ip \
916 $tcflags src_mac $h1mac action goto chain 3
917 tc filter add dev $h2 ingress chain 3 protocol ip \
919 $tcflags dst_ip 192.0.0.0/8 action goto chain 4
920 tc filter add dev $h2 ingress chain 4 protocol ip \
937 tc filter del dev $h2 ingress chain $i \
940 tc filter del dev $h2 ingress chain $i \
946 tc chain del dev $h2 ingress chain $i
1007 tc filter add dev $h2 ingress chain $i protocol ip \
1027 tc filter del dev $h2 ingress chain $i protocol ip \