Searched refs:last_recv (Results 1 – 8 of 8) sorted by relevance
| /linux/net/batman-adv/ |
| H A D | tp_meter.c | 1551 if (batadv_seq_before(tp_vars->last_recv, un->seqno)) in batadv_tp_ack_unordered() 1556 if (batadv_seq_before(tp_vars->last_recv, to_ack)) in batadv_tp_ack_unordered() 1557 tp_vars->last_recv = to_ack; in batadv_tp_ack_unordered() 1604 tp_vars->last_recv = BATADV_TP_FIRST_SEQ; in batadv_tp_init_recv() 1677 if (batadv_seq_before(to_ack, tp_vars->last_recv)) in batadv_tp_recv_msg() 1681 if (batadv_seq_before(tp_vars->last_recv, seqno)) { in batadv_tp_recv_msg() 1695 tp_vars->last_recv = to_ack; in batadv_tp_recv_msg() 1701 to_ack = tp_vars->last_recv; in batadv_tp_recv_msg()
|
| H A D | types.h | 1468 /** @last_recv: last in-order received packet */ 1469 u32 last_recv; member 1477 /** @ack_seqno_lock: protect unacked_list + &batadv_tp_receiver.last_recv */
|
| /linux/drivers/net/ovpn/ |
| H A D | peer.c | 59 WRITE_ONCE(peer->last_recv, now); in ovpn_peer_keepalive_set() 1316 time64_t last_recv, last_sent, next_run1, next_run2; in ovpn_peer_keepalive_work_single() local 1332 last_recv = READ_ONCE(peer->last_recv); in ovpn_peer_keepalive_work_single() 1333 if (now < last_recv + timeout) { in ovpn_peer_keepalive_work_single() 1334 peer->keepalive_recv_exp = last_recv + timeout; in ovpn_peer_keepalive_work_single()
|
| H A D | peer.h | 108 time64_t last_recv; member
|
| H A D | io.c | 145 WRITE_ONCE(peer->last_recv, ktime_get_boottime_seconds()); in ovpn_decrypt_post()
|
| /linux/drivers/scsi/ |
| H A D | libiscsi.c | 565 conn->last_recv = jiffies; in iscsi_complete_scsi_task() 1220 conn->last_recv = jiffies; in __iscsi_complete_pdu() 2069 time_before_eq(conn->last_recv + (conn->recv_timeout * HZ) + in iscsi_has_ping_timed_out() 2247 unsigned long recv_timeout, next_timeout = 0, last_recv; in iscsi_check_transport_timeouts() local 2258 last_recv = conn->last_recv; in iscsi_check_transport_timeouts() 2265 last_recv, conn->last_ping, jiffies); in iscsi_check_transport_timeouts() 2271 if (time_before_eq(last_recv + recv_timeout, jiffies)) { in iscsi_check_transport_timeouts() 2279 next_timeout = last_recv + recv_timeout; in iscsi_check_transport_timeouts() 3325 conn->last_recv = jiffies; in iscsi_conn_start()
|
| H A D | libiscsi_tcp.c | 915 conn->last_recv = jiffies; in iscsi_tcp_recv_skb()
|
| /linux/drivers/net/ppp/ |
| H A D | ppp_generic.c | 141 unsigned long last_recv; /* jiffies when last pkt rcvd a0 */ member 872 idle32.recv_idle = max(0L, (long)(jiffies - READ_ONCE(ppp->last_recv))) / HZ; in ppp_ioctl() 880 idle64.recv_idle = max(0L, (long)(jiffies - READ_ONCE(ppp->last_recv))) / HZ; in ppp_ioctl() 2518 WRITE_ONCE(ppp->last_recv, jiffies); in ppp_receive_nonmp_frame() 2522 WRITE_ONCE(ppp->last_recv, jiffies); in ppp_receive_nonmp_frame()
|