Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dsendmsg.c95 static bool rxrpc_check_tx_space(struct rxrpc_call *call, rxrpc_seq_t *_tx_win) in rxrpc_check_tx_space() function
113 if (rxrpc_check_tx_space(call, NULL)) in rxrpc_wait_for_tx_window_intr()
148 if (rxrpc_check_tx_space(call, &tx_win)) in rxrpc_wait_for_tx_window_waitall()
177 if (rxrpc_check_tx_space(call, NULL)) in rxrpc_wait_for_tx_window_nonintr()
393 if (!rxrpc_check_tx_space(call, NULL)) in rxrpc_send_data()