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