Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c1081 ackoff = aps->aps_ackoff[sel2];
1083 ackoff = aps->aps_ackoff[!sel2];
1092 ackoff = aps->aps_seqoff[sel2];
1096 if (ackoff > 0) {
1098 ackoff = aps->aps_seqoff[!sel2];
1101 ackoff = aps->aps_seqoff[!sel2];
1131 if (ackoff == 0) {
1139 if (t->ftps_seq[0] + ackoff == thack)
1144 t->ftps_seq[0] = thack - ackoff;
1147 t->ftps_seq[0] = thack - ackoff;
[all …]