Home
last modified time | relevance | path

Searched refs:TOF_SACK (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_input.c2027 (TOF_SACK | TOF_SACK_REDUNDANT)) in tcp_input()
2028 != TOF_SACK) { in tcp_input()
2725 to->to_flags |= TOF_SACK; in tcp_dooptions()
2740 to->to_flags &= ~TOF_SACK; in tcp_dooptions()
2744 if ((to->to_flags & TOF_SACK) && in tcp_dooptions()
3482 (to_flags & (TOF_SACK | TOF_SACK_REDUNDANT)) == in tcp_recv_dupack()
3483 TOF_SACK) { in tcp_recv_dupack()
H A Dtcp_var.h490 #define TOF_SACK 0x0080 macro