Searched refs:tao_ccsent (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_usrreq.c1259 if (taop->tao_ccsent != 0 &&
1260 CC_GEQ(tp->cc_send, taop->tao_ccsent)) {
1261 taop->tao_ccsent = tp->cc_send;
1263 taop->tao_ccsent = 0;
1377 if (taop->tao_ccsent != 0 &&
1378 CC_GEQ(tp->cc_send, taop->tao_ccsent)) {
1379 taop->tao_ccsent = tp->cc_send;
1381 taop->tao_ccsent = 0;
H A Dtcp_var.h558 tcp_cc tao_ccsent; /* latest CC sent to peer */ member in struct:rmxp_tao

Completed in 28 milliseconds