Searched refs:TE_SETUPSENT (Results 1 – 5 of 5) sorted by relevance
456 return !(tp->ecn_flags & TE_SETUPSENT); in tcp_send_ecn_flags_on_syn()1828 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_output()1846 if (tp->ecn_flags & TE_SETUPSENT) { in tcp_output()1872 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_output()1879 if (tp->ecn_flags & TE_SETUPSENT) { in tcp_output()
425 #define TE_SETUPSENT 0x0001 /* Indicate we have sent ECN-SETUP SYN or SYN-ACK */ macro438 #define TE_ECN_ON (TE_SETUPSENT | TE_SETUPRECEIVED) /* Indicate ECN was successfully …
2785 (tp->ecn_flags & TE_SETUPSENT) && in tcp_input()3402 if ((tp->ecn_flags & (TE_SETUPSENT | TE_RCVD_SYN_RST)) == TE_SETUPSENT) { in tcp_input()3443 if (tp->ecn_flags & TE_SETUPSENT && in tcp_input()3448 if (tp->ecn_flags & TE_SETUPSENT && in tcp_input()
1770 ti->tcpi_ecn_client_setup = !!(tp->ecn_flags & TE_SETUPSENT); in tcp_fill_info()
4439 if (ifs->ecn_flags & TE_SETUPSENT) { in tcp_update_stats_per_flow()