next_rx_timo      574 net/rxrpc/ar-internal.h 	u32			next_rx_timo;	/* Timeout for next Rx packet (jif) */
next_rx_timo      142 net/rxrpc/call_object.c 	call->next_rx_timo = 20 * HZ;
next_rx_timo     1032 net/rxrpc/input.c 	timo = READ_ONCE(call->next_rx_timo);
next_rx_timo       58 net/rxrpc/output.c 	unsigned long now = jiffies, keepalive_at = call->next_rx_timo / 6;
next_rx_timo      442 net/rxrpc/output.c 			expect_rx_by = nowj + call->next_rx_timo;
next_rx_timo      722 net/rxrpc/sendmsg.c 		WRITE_ONCE(call->next_rx_timo, j);