Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A Dsendmsg.c94 static bool rxrpc_check_tx_space(struct rxrpc_call *call, rxrpc_seq_t *_tx_win) in rxrpc_check_tx_space() function
110 if (rxrpc_check_tx_space(call, NULL)) in rxrpc_wait_for_tx_window_intr()
145 if (rxrpc_check_tx_space(call, &tx_win)) in rxrpc_wait_for_tx_window_waitall()
174 if (rxrpc_check_tx_space(call, NULL)) in rxrpc_wait_for_tx_window_nonintr()
343 if (!rxrpc_check_tx_space(call, NULL)) in rxrpc_send_data()