Searched refs:IPT_ECN_OP_SET_ECE (Results 1 – 2 of 2) sorted by relevance
55 if ((!(einfo->operation & IPT_ECN_OP_SET_ECE) || in set_ect_tcp()66 if (einfo->operation & IPT_ECN_OP_SET_ECE) 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()
19 #define IPT_ECN_OP_SET_ECE 0x10 /* set ECE bit of TCP header */ macro