Searched refs:TCP_SACK_PERMITTED (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp114 if ((segment.options & TCP_SACK_PERMITTED) != 0) {
131 } else if ((segment.options & TCP_SACK_PERMITTED) != 0
231 segment.options |= TCP_SACK_PERMITTED;
453 else if ((segment.options & TCP_SACK_PERMITTED) != 0)
H A Dtcp.h233 TCP_SACK_PERMITTED = 1 << 2, enumerator in enum:__anon14
H A DTCPEndpoint.cpp1441 if ((segment.options & TCP_SACK_PERMITTED) == 0)
2004 segment.options |= TCP_SACK_PERMITTED;

Completed in 37 milliseconds