Searched refs:tx_sendmsg (Results 1 – 5 of 5) sorted by relevance
254 if (list_empty(&call->tx_sendmsg)) in rxrpc_decant_prepared_tx()259 while ((txb = list_first_entry_or_null(&call->tx_sendmsg, in rxrpc_decant_prepared_tx()282 if (list_empty(&call->tx_sendmsg)) in rxrpc_transmit_some_data()291 if (list_empty(&call->tx_sendmsg)) { in rxrpc_transmit_some_data()
261 poke = list_empty(&call->tx_sendmsg); in rxrpc_queue_packet()262 list_add_tail(&txb->call_link, &call->tx_sendmsg); in rxrpc_queue_packet()
149 INIT_LIST_HEAD(&call->tx_sendmsg); in rxrpc_alloc_call()680 while ((txb = list_first_entry_or_null(&call->tx_sendmsg, in rxrpc_destroy_call()
675 struct list_head tx_sendmsg; /* Sendmsg prepared packets */ member
1617 __entry->has_data = !list_empty(&call->tx_sendmsg);