Searched refs:rxrpc_resend_timeout (Results 1 – 5 of 5) sorted by relevance
69 unsigned long rxrpc_resend_timeout = 4 * HZ; variable
76 .data = &rxrpc_resend_timeout,
171 timeout = ms_to_ktime(rxrpc_resend_timeout); in rxrpc_resend()222 resend_at += jiffies + rxrpc_resend_timeout; in rxrpc_resend()
240 resend_at = rxrpc_resend_timeout; in rxrpc_queue_packet()
1032 extern unsigned long rxrpc_resend_timeout;