Lines Matching full:ect
69 * field of the inner header is not-ECT, drop the packet.
70 * If the ECN field in the inner header is set to ECT(0) and the ECN
71 * field in the outer header is set to ECT(1), copy ECT(1) to
73 * to ECT(0) or ECT(1) and the ECN field in the outer header is set to
80 * | Not-ECT | ECT(0) | ECT(1) | CE |
82 * Not-ECT | Not-ECT |Not-ECT(!!!)|Not-ECT(!!!)| <drop>(!!!)|
83 * ECT(0) | ECT(0) | ECT(0) | ECT(1) | CE |
84 * ECT(1) | ECT(1) | ECT(1) (!) | ECT(1) | CE |
101 * (I) set the ECN field to not-ECT in the outer header.
128 /* compatibility mode: set not-ECT to the outer */ in ip_ecn_ingress()
151 /* if the outer is ECT(0) and inner is ECT(1) raise a warning */ in ip_ecn_egress()
154 /* if the inner is not-ECT and outer is ECT(0) raise an alarm */ in ip_ecn_egress()
159 /* if the outer is ECT(1) and inner is CE or ECT(1), raise an alarm */ in ip_ecn_egress()
163 /* if the outer is ECT(1) and inner is ECT(0), copy ECT(1) */ in ip_ecn_egress()
171 /* if the outer is CE and the inner is not-ECT, drop it. */ in ip_ecn_egress()
177 /* if the outer is ECT(1) and inner is ECT(0), copy ECT(1) */ in ip_ecn_egress()