Searched refs:rxrpc_resend_timeout (Results 1 – 5 of 5) sorted by relevance
73 unsigned long rxrpc_resend_timeout = 4 * HZ; variable
81 .data = &rxrpc_resend_timeout,
177 timeout = ms_to_ktime(rxrpc_resend_timeout); in rxrpc_resend()228 resend_at += jiffies + rxrpc_resend_timeout; in rxrpc_resend()
243 resend_at = rxrpc_resend_timeout; in rxrpc_queue_packet()
1013 extern unsigned long rxrpc_resend_timeout;