Searched refs:ofo_seg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c2325 boolean_t ofo_seg = B_FALSE; /* Out of order segment */ local
3279 ofo_seg = B_TRUE;
3888 if (!ofo_seg && seg_len == 0 && new_swnd == tcp->tcp_swnd) {
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c2626 boolean_t ofo_seg = B_FALSE; /* Out of order segment */ local
3239 ofo_seg = B_TRUE;
3467 if (!ofo_seg && seg_len == 0 && new_swnd == tcp->tcp_swnd) {

Completed in 83 milliseconds