Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_sack.c58 int32_t i, j, old_num, new_num; in tcp_sack_insert() local
81 old_num = *num; in tcp_sack_insert()
82 if (old_num > MAX_SACK_BLK - 1) { in tcp_sack_insert()
83 old_num = MAX_SACK_BLK - 1; in tcp_sack_insert()
85 new_num = old_num; in tcp_sack_insert()
87 for (i = 0; i < old_num; i++) { in tcp_sack_insert()
142 int32_t i, j, old_num, new_num; in tcp_sack_remove() local
147 old_num = *num; in tcp_sack_remove()
148 new_num = old_num; in tcp_sack_remove()
151 for (i = 0; i < old_num; i++) { in tcp_sack_remove()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_sack.c52 int32_t i, j, old_num, new_num; in tcp_sack_insert() local
75 old_num = *num; in tcp_sack_insert()
76 if (old_num > MAX_SACK_BLK - 1) { in tcp_sack_insert()
77 old_num = MAX_SACK_BLK - 1; in tcp_sack_insert()
79 new_num = old_num; in tcp_sack_insert()
81 for (i = 0; i < old_num; i++) { in tcp_sack_insert()
136 int32_t i, j, old_num, new_num; in tcp_sack_remove() local
141 old_num = *num; in tcp_sack_remove()
142 new_num = old_num; in tcp_sack_remove()
145 for (i = 0; i < old_num; i++) { in tcp_sack_remove()