OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TF_RCVD_CE
sys/netinet/tcp_input.c
1519
tp->t_flags &= ~TF_RCVD_CE;
sys/netinet/tcp_input.c
894
tp->t_flags |= TF_RCVD_CE;
sys/netinet/tcp_output.c
804
if (tp->t_flags & TF_RCVD_CE) {