Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dcall_object.c227 call->hard_timo = p->timeouts.hard; in rxrpc_alloc_client_call()
250 if (call->hard_timo) { in rxrpc_start_call_timer()
251 ktime_t delay = ms_to_ktime(call->hard_timo * 1000); in rxrpc_start_call_timer()
H A Dar-internal.h636 u32 hard_timo; /* Maximum lifetime or 0 (s) */ member