Searched refs:tot_sent (Results 1 – 3 of 3) sorted by relevance
547 int sent, tot_sent = 0; in pvcalls_front_sendmsg() local574 tot_sent += sent; in pvcalls_front_sendmsg()580 tot_sent = sent; in pvcalls_front_sendmsg()584 return tot_sent; in pvcalls_front_sendmsg()
471 atomic64_read(&tp_vars->tot_sent), in batadv_tp_sender_end() 747 atomic64_add(recv_ack - tp_vars->cc.last_acked, &tp_vars->tot_sent); in batadv_tp_recv_ack() 1137 atomic64_set(&tp_vars->tot_sent, 0); in batadv_tp_stop()
1454 /** @tot_sent: amount of data sent/ACKed so far */1455 atomic64_t tot_sent;1380 atomic64_t tot_sent; global() member