rxrpc_txbuf
struct rxrpc_txbuf *txb),
TRACE_EVENT(rxrpc_txbuf,
struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size,
void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
struct rxrpc_txbuf *(*alloc_txbuf)(struct rxrpc_call *call, size_t remaining, gfp_t gfp);
int (*secure_packet)(struct rxrpc_call *, struct rxrpc_txbuf *);
struct rxrpc_txbuf;
struct rxrpc_txbuf *tx_pending; /* Tx buffer being filled */
static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb)
static inline bool rxrpc_sending_to_client(const struct rxrpc_txbuf *txb)
struct rxrpc_txbuf *bufs[RXRPC_NR_TXQUEUE];
struct rxrpc_txbuf *txb = tq->bufs[ix];
struct rxrpc_txbuf *txb;
struct rxrpc_txbuf *txb = tq->bufs[ix];
static struct rxrpc_txbuf *none_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp)
static int none_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb)
struct rxrpc_txbuf *txb,
struct rxrpc_txbuf *txb = tq->bufs[seq & RXRPC_TXQ_MASK];
struct rxrpc_txbuf *txb;
static struct rxrpc_txbuf *rxgk_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp)
struct rxrpc_txbuf *txb;
struct rxrpc_txbuf *txb)
struct rxrpc_txbuf *txb)
static int rxgk_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb)
static struct rxrpc_txbuf *rxkad_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp)
struct rxrpc_txbuf *txb;
struct rxrpc_txbuf *txb,
struct rxrpc_txbuf *txb,
static int rxkad_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb)
struct rxrpc_txbuf *txb,
struct rxrpc_txbuf *txb;
struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size,
struct rxrpc_txbuf *txb;
void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what)
static void rxrpc_free_txbuf(struct rxrpc_txbuf *txb)
void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what)