Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A Dcall_event.c137 txb = list_first_entry(&call->tx_buffer, struct rxrpc_txbuf, call_link); in rxrpc_resend()
156 list_for_each_entry_from(txb, &call->tx_buffer, call_link) { in rxrpc_resend()
177 if (list_is_last(&txb->call_link, &call->tx_buffer)) in rxrpc_resend()
179 txb = list_next_entry(txb, call_link); in rxrpc_resend()
193 list_for_each_entry_from(txb, &call->tx_buffer, call_link) { in rxrpc_resend()
315 struct rxrpc_txbuf, call_link))) { in rxrpc_decant_prepared_tx()
317 list_del(&txb->call_link); in rxrpc_decant_prepared_tx()
321 list_add_tail(&txb->call_link, &call->tx_buffer); in rxrpc_decant_prepared_tx()
H A Dtxbuf.c26 INIT_LIST_HEAD(&txb->call_link); in rxrpc_alloc_txbuf()
114 struct rxrpc_txbuf, call_link))) { in rxrpc_shrink_call_tx_buffer()
123 list_del_rcu(&txb->call_link); in rxrpc_shrink_call_tx_buffer()
H A Dcall_object.c686 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call()
687 list_del(&txb->call_link); in rxrpc_destroy_call()
691 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call()
692 list_del(&txb->call_link); in rxrpc_destroy_call()
H A Dsendmsg.c262 list_add_tail(&txb->call_link, &call->tx_sendmsg); in rxrpc_queue_packet()
H A Dinput.c223 list_for_each_entry_rcu(txb, &call->tx_buffer, call_link, false) { in rxrpc_rotate_tx_window()
H A Dar-internal.h788 struct list_head call_link; /* Link in call->tx_sendmsg/tx_buffer */ member