Lines Matching full:ect
42 * encapsulation if the inside header is not-ECT or ECT, and to set the
43 * ECN codepoint of the outside header to ECT(0) if the ECN codepoint of
54 /* Apply either ECT(0) or ECT(1) */
57 __u8 ect = use_ect_1 ? INET_ECN_ECT_1 : INET_ECN_ECT_0;
60 * ECT(0) and ECT(1).
63 inet_sk(sk)->tos |= ect;
66 inet6_sk(sk)->tclass |= ect;
251 * | Header | Not-ECT | ECT(0) | ECT(1) | CE |
253 * | Not-ECT | Not-ECT |Not-ECT(!!!)|Not-ECT(!!!)| <drop>(!!!)|
254 * | ECT(0) | ECT(0) | ECT(0) | ECT(1) | CE |
255 * | ECT(1) | ECT(1) | ECT(1) (!) | ECT(1) | CE |