Searched refs:tx_sendmsg (Results 1 – 5 of 5) sorted by relevance
309 if (list_empty(&call->tx_sendmsg)) in rxrpc_decant_prepared_tx()314 while ((txb = list_first_entry_or_null(&call->tx_sendmsg, in rxrpc_decant_prepared_tx()337 if (list_empty(&call->tx_sendmsg)) in rxrpc_transmit_some_data()346 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()
157 INIT_LIST_HEAD(&call->tx_sendmsg); in rxrpc_alloc_call()683 while ((txb = list_first_entry_or_null(&call->tx_sendmsg, in rxrpc_destroy_call()
666 struct list_head tx_sendmsg; /* Sendmsg prepared packets */ member
1624 __entry->has_data = !list_empty(&call->tx_sendmsg);