Searched refs:IPT_ECN_OP_SET_CWR (Results 1 – 2 of 2) sorted by relevance
60 (!(einfo->operation & IPT_ECN_OP_SET_CWR) || in set_ect_tcp()71 if (einfo->operation & IPT_ECN_OP_SET_CWR) in set_ect_tcp()88 if (einfo->operation & (IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR) && in ecn_tg()109 if ((einfo->operation & (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)) && in ecn_tg_check()
19 #define IPT_ECN_OP_SET_CWR 0x20 /* set CWR bit of TCP header */ macro