Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dpeer_event.c250 diff = clamp(diff, -RXRPC_KEEPALIVE_TIME, RXRPC_KEEPALIVE_TIME); in rxrpc_peer_get_tx_mark()
283 keepalive_at = rxrpc_peer_get_tx_mark(peer, base) + RXRPC_KEEPALIVE_TIME; in rxrpc_peer_keepalive_dispatch()
289 keepalive_at > base + RXRPC_KEEPALIVE_TIME) { in rxrpc_peer_keepalive_dispatch()
291 slot = RXRPC_KEEPALIVE_TIME; in rxrpc_peer_keepalive_dispatch()
361 stop = cursor + RXRPC_KEEPALIVE_TIME - 1; in rxrpc_peer_keepalive_worker()
H A Dar-internal.h92 #define RXRPC_KEEPALIVE_TIME 20 /* NAT keepalive time in seconds */ macro