Searched refs:IPT_ECN_OP_SET_CWR (Results 1 – 2 of 2) sorted by relevance
57 (!(einfo->operation & IPT_ECN_OP_SET_CWR) || in set_ect_tcp()68 if (einfo->operation & IPT_ECN_OP_SET_CWR) in set_ect_tcp()85 if (einfo->operation & (IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR) && in ecn_tg()104 if ((einfo->operation & (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)) && in ecn_tg_check()
20 #define IPT_ECN_OP_SET_CWR 0x20 /* set CWR bit of TCP header */ macro