Home
last modified time | relevance | path

Searched refs:notsack_blk (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp_sack.h49 typedef struct notsack_blk struct
51 struct notsack_blk *next; argument
H A Dtcp.c2493 notsack_blk_t *notsack_blk; in tcp_sack_rxmit() local
2507 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rxmit()
2524 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rxmit()
2531 for (; notsack_blk != NULL; notsack_blk = notsack_blk->next) { in tcp_sack_rxmit()
2532 if (SEQ_GT(notsack_blk->end, begin) && in tcp_sack_rxmit()
2533 (notsack_blk->sack_cnt >= in tcp_sack_rxmit()
2535 end = notsack_blk->end; in tcp_sack_rxmit()
2536 if (SEQ_LT(begin, notsack_blk->begin)) { in tcp_sack_rxmit()
2537 begin = notsack_blk->begin; in tcp_sack_rxmit()
2547 if (notsack_blk == NULL) { in tcp_sack_rxmit()
/titanic_50/usr/src/uts/common/inet/
H A Dtcp_sack.h43 typedef struct notsack_blk struct
45 struct notsack_blk *next; argument
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3306 notsack_blk_t *notsack_blk; in tcp_sack_rexmit() local
3320 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rexmit()
3337 notsack_blk = tcp->tcp_notsack_list; in tcp_sack_rexmit()
3344 for (; notsack_blk != NULL; notsack_blk = notsack_blk->next) { in tcp_sack_rexmit()
3345 if (SEQ_GT(notsack_blk->end, begin) && in tcp_sack_rexmit()
3346 (notsack_blk->sack_cnt >= in tcp_sack_rexmit()
3348 end = notsack_blk->end; in tcp_sack_rexmit()
3349 if (SEQ_LT(begin, notsack_blk->begin)) { in tcp_sack_rexmit()
3350 begin = notsack_blk->begin; in tcp_sack_rexmit()
3360 if (notsack_blk == NULL) { in tcp_sack_rexmit()