Home
last modified time | relevance | path

Searched refs:tx_prepared (Results 1 – 3 of 3) sorted by relevance

/linux/net/rxrpc/
H A Dsendmsg.c99 return call->tx_prepared - call->tx_bottom < 256; in rxrpc_check_tx_space()
248 ASSERTCMP(txb->seq, ==, call->tx_prepared + 1); in rxrpc_queue_packet()
264 call->tx_prepared = seq; in rxrpc_queue_packet()
H A Dtxbuf.c57 txb->seq = call->tx_prepared + 1; in rxrpc_alloc_data_txbuf()
H A Dar-internal.h679 rxrpc_seq_t tx_prepared; /* Highest Tx slot prepared. */ member