Home
last modified time | relevance | path

Searched refs:RXRPC_KEEPALIVE_TIME (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/rxrpc/
H A Dpeer_event.c268 keepalive_at = peer->last_tx_at + RXRPC_KEEPALIVE_TIME; in rxrpc_peer_keepalive_dispatch()
274 keepalive_at > base + RXRPC_KEEPALIVE_TIME) { in rxrpc_peer_keepalive_dispatch()
276 slot = RXRPC_KEEPALIVE_TIME; in rxrpc_peer_keepalive_dispatch()
346 stop = cursor + RXRPC_KEEPALIVE_TIME - 1; in rxrpc_peer_keepalive_worker()
H A Dar-internal.h89 #define RXRPC_KEEPALIVE_TIME 20 /* NAT keepalive time in seconds */ macro