Home
last modified time | relevance | path

Searched refs:next_rx_timo (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/rxrpc/
Doutput.c58 unsigned long now = jiffies, keepalive_at = call->next_rx_timo / 6; in rxrpc_set_keepalive()
484 expect_rx_by = nowj + call->next_rx_timo; in rxrpc_send_data_packet()
Dcall_object.c146 call->next_rx_timo = 20 * HZ; in rxrpc_alloc_call()
Dsendmsg.c718 WRITE_ONCE(call->next_rx_timo, j); in rxrpc_do_sendmsg()
Dar-internal.h568 u32 next_rx_timo; /* Timeout for next Rx packet (jif) */ member
Dinput.c1046 timo = READ_ONCE(call->next_rx_timo); in rxrpc_input_call_packet()