Home
last modified time | relevance | path

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

/net/rxrpc/
Dcall_event.c309 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()
Dsendmsg.c261 poke = list_empty(&call->tx_sendmsg); in rxrpc_queue_packet()
262 list_add_tail(&txb->call_link, &call->tx_sendmsg); in rxrpc_queue_packet()
Dcall_object.c158 INIT_LIST_HEAD(&call->tx_sendmsg); in rxrpc_alloc_call()
685 while ((txb = list_first_entry_or_null(&call->tx_sendmsg, in rxrpc_destroy_call()
Dar-internal.h666 struct list_head tx_sendmsg; /* Sendmsg prepared packets */ member