Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A 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()
H A 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()
H A 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()
H A Dar-internal.h666 struct list_head tx_sendmsg; /* Sendmsg prepared packets */ member
/openbmc/linux/include/trace/events/
H A Drxrpc.h1597 __entry->has_data = !list_empty(&call->tx_sendmsg);