NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TF_WILL_SACK
sys/netinet/tcp_input.c
3197
tp->t_flags |= TF_WILL_SACK;
sys/netinet/tcp_syncache.c
726
tp->t_flags |= TF_WILL_SACK;
sys/netinet/tcp_var.h
409
#define TCP_SACK_ENABLED(tp) (tp->t_flags & TF_WILL_SACK)