Home
last modified time | relevance | path

Searched refs:TF_RCVD_CE (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_var.h92 #define TF_RCVD_CE 0x00010000U /* send ECE in subsequent segs */ macro
H A Dtcp_output.c824 if (tp->t_flags & TF_RCVD_CE) { in tcp_output()
H A Dtcp_input.c898 tp->t_flags |= TF_RCVD_CE; in tcp_input()
1518 tp->t_flags &= ~TF_RCVD_CE; in tcp_input()