Searched refs:last_sent (Results 1 – 6 of 6) sorted by relevance
| /linux/net/batman-adv/ |
| H A D | tp_meter.c | 568 "Meter: RTO fired during test towards %pM! cwnd=%u new ss_thr=%u, resetting last_sent to %u\n", in batadv_tp_sender_timeout() 574 WRITE_ONCE(tp_vars->cc.last_sent, tp_vars->cc.last_acked); in batadv_tp_sender_timeout() 732 tp_vars->cc.recover = tp_vars->cc.last_sent; in batadv_tp_recv_ack() 735 "Meter: Fast Recovery, (cur cwnd=%u) ss_thr=%u last_sent=%u recv_ack=%u\n", in batadv_tp_recv_ack() 737 tp_vars->cc.last_sent, recv_ack); in batadv_tp_recv_ack() 741 WRITE_ONCE(tp_vars->cc.last_sent, recv_ack); in batadv_tp_recv_ack() 885 if (batadv_seq_before(tp_vars->cc.last_sent, win_limit)) in batadv_tp_send() 886 win_left = win_limit - tp_vars->cc.last_sent; in batadv_tp_send() 930 u32 last_sent; in batadv_tp_send() 972 last_sent in batadv_tp_start_kthread() [all...] |
| H A D | types.h | 1404 /** @last_sent: last sent byte, not yet acked */ 1405 u32 last_sent; 1377 u32 last_sent; global() member
|
| /linux/drivers/net/ovpn/ |
| H A D | peer.c | 54 WRITE_ONCE(peer->last_sent, now); in ovpn_peer_keepalive_set() 1232 time64_t last_recv, last_sent, next_run1, next_run2; in ovpn_peer_keepalive_work_single() local 1271 last_sent = READ_ONCE(peer->last_sent); in ovpn_peer_keepalive_work_single() 1272 if (now < last_sent + interval) { in ovpn_peer_keepalive_work_single() 1273 peer->keepalive_xmit_exp = last_sent + interval; in ovpn_peer_keepalive_work_single()
|
| H A D | peer.h | 105 time64_t last_sent; member
|
| H A D | io.c | 297 WRITE_ONCE(peer->last_sent, ktime_get_real_seconds()); in ovpn_encrypt_post()
|
| /linux/net/appletalk/ |
| H A D | aarp.c | |