Home
last modified time | relevance | path

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

/Linux-v6.6/net/rxrpc/
Dcall_event.c138 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()
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()
Dcall_object.c690 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call()
691 list_del(&txb->call_link); in rxrpc_destroy_call()
695 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call()
696 list_del(&txb->call_link); in rxrpc_destroy_call()
Dsendmsg.c262 list_add_tail(&txb->call_link, &call->tx_sendmsg); in rxrpc_queue_packet()
Dinput.c213 list_for_each_entry_rcu(txb, &call->tx_buffer, call_link, false) { in rxrpc_rotate_tx_window()
Dar-internal.h779 struct list_head call_link; /* Link in call->tx_sendmsg/tx_buffer */ member