Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c1076 sel2 = aps->aps_sel[rv];
1081 ackoff = aps->aps_ackoff[sel2];
1082 if (aps->aps_ackmin[sel2] > ackoff + thack)
1083 ackoff = aps->aps_ackoff[!sel2];
1092 ackoff = aps->aps_seqoff[sel2];
1095 aps->aps_seqmin[sel2]);
1097 if (aps->aps_seqmin[sel2] > ackoff + thack)
1098 ackoff = aps->aps_seqoff[!sel2];
1100 if (aps->aps_seqmin[sel2] > thack)
1101 ackoff = aps->aps_seqoff[!sel2];
[all …]