Searched refs:IPT_ECN_OP_SET_CWR (Results 1 – 2 of 2) sorted by relevance
87 if (einfo->operation & IPT_ECN_OP_SET_CWR in set_ect_tcp()120 if (einfo->operation & (IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR) in target()159 if ((einfo->operation & (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)) in checkentry()
17 #define IPT_ECN_OP_SET_CWR 0x20 /* set CWR bit of TCP header */ macro