notsack_blk
notsack_blk_t *notsack_blk;
notsack_blk = tcp->tcp_notsack_list;
notsack_blk = tcp->tcp_notsack_list;
for (; notsack_blk != NULL; notsack_blk = notsack_blk->next) {
if (SEQ_GT(notsack_blk->end, begin) &&
(notsack_blk->sack_cnt >=
end = notsack_blk->end;
if (SEQ_LT(begin, notsack_blk->begin)) {
begin = notsack_blk->begin;
if (notsack_blk == NULL) {
struct notsack_blk *next;
notsack_blk_t *notsack_blk;
notsack_blk = tcp->tcp_notsack_list;
notsack_blk = tcp->tcp_notsack_list;
for (; notsack_blk != NULL; notsack_blk = notsack_blk->next) {
if (SEQ_GT(notsack_blk->end, begin) &&
(notsack_blk->sack_cnt >=
end = notsack_blk->end;
if (SEQ_LT(begin, notsack_blk->begin)) {
begin = notsack_blk->begin;
if (notsack_blk == NULL) {
struct notsack_blk *next;