Searched refs:ecn_flags (Results 1 – 4 of 4) sorted by relevance
15 if (tp->ecn_flags&TCP_ECN_OK) in TCP_ECN_queue_cwr()16 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in TCP_ECN_queue_cwr()26 if (!(tp->ecn_flags&TCP_ECN_OK)) in TCP_ECN_send_synack()33 tp->ecn_flags = 0; in TCP_ECN_send_syn()36 tp->ecn_flags = TCP_ECN_OK; in TCP_ECN_send_syn()50 if (tp->ecn_flags & TCP_ECN_OK) { in TCP_ECN_send()55 if (tp->ecn_flags&TCP_ECN_QUEUE_CWR) { in TCP_ECN_send()56 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in TCP_ECN_send()63 if (tp->ecn_flags & TCP_ECN_DEMAND_CWR) in TCP_ECN_send()74 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in TCP_ECN_accept_cwr()[all …]
397 __u8 ecn_flags; /* ECN status bits. */ member
164 if (tp->ecn_flags&TCP_ECN_OK) in tcpdiag_fill()
2490 if (tp->ecn_flags&TCP_ECN_OK) in tcp_getsockopt()