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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c993 if (taop->tao_ccsent != 0 &&
994 CC_GEQ(tp->cc_send, taop->tao_ccsent)) {
995 taop->tao_ccsent = tp->cc_send;
997 taop->tao_ccsent = 0;
1100 if (taop->tao_ccsent != 0 &&
1101 CC_GEQ(tp->cc_send, taop->tao_ccsent)) {
1102 taop->tao_ccsent = tp->cc_send;
1104 taop->tao_ccsent = 0;
H A Dtcp_var.h456 tcp_cc tao_ccsent; /* latest CC sent to peer */ member in struct:rmxp_tao

Completed in 24 milliseconds