Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
Dsendmsg.c23 static bool rxrpc_check_tx_space(struct rxrpc_call *call, rxrpc_seq_t *_tx_win) in rxrpc_check_tx_space() function
44 if (rxrpc_check_tx_space(call, NULL)) in rxrpc_wait_for_tx_window_intr()
83 if (rxrpc_check_tx_space(call, &tx_win)) in rxrpc_wait_for_tx_window_waitall()
112 if (rxrpc_check_tx_space(call, NULL)) in rxrpc_wait_for_tx_window_nonintr()
334 if (!rxrpc_check_tx_space(call, NULL)) { in rxrpc_send_data()