Searched refs:tx_loop (Results 1 – 1 of 1) sorted by relevance
1283 int tx_loop = sock_sendmsg(conn->sock, &msg); in tx_data() local1284 if (tx_loop <= 0) { in tx_data()1286 tx_loop, total_tx); in tx_data()1287 return tx_loop; in tx_data()1289 total_tx += tx_loop; in tx_data()1291 tx_loop, total_tx, data); in tx_data()