Searched refs:TE_SENDIPECT (Results 1 – 3 of 3) sorted by relevance
1828 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_output()1853 ~(TE_SETUPRECEIVED | TE_SENDIPECT | in tcp_output()1872 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_output()1883 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_output()2215 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len && in tcp_output()2229 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len && in tcp_output()
427 #define TE_SENDIPECT 0x0004 /* Indicate we haven't sent or received non-ECN-setup SYN o… macro
3337 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT); in tcp_input()3454 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_input()4829 (tp->ecn_flags & TE_SENDIPECT)) { in tcp_input()