Symbol: rxrpc_txbuf
include/trace/events/rxrpc.h
1871
struct rxrpc_txbuf *txb),
include/trace/events/rxrpc.h
2334
TRACE_EVENT(rxrpc_txbuf,
net/rxrpc/ar-internal.h
1518
struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size,
net/rxrpc/ar-internal.h
1520
void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
net/rxrpc/ar-internal.h
1521
void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
net/rxrpc/ar-internal.h
278
struct rxrpc_txbuf *(*alloc_txbuf)(struct rxrpc_call *call, size_t remaining, gfp_t gfp);
net/rxrpc/ar-internal.h
281
int (*secure_packet)(struct rxrpc_call *, struct rxrpc_txbuf *);
net/rxrpc/ar-internal.h
32
struct rxrpc_txbuf;
net/rxrpc/ar-internal.h
726
struct rxrpc_txbuf *tx_pending; /* Tx buffer being filled */
net/rxrpc/ar-internal.h
935
static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb)
net/rxrpc/ar-internal.h
940
static inline bool rxrpc_sending_to_client(const struct rxrpc_txbuf *txb)
net/rxrpc/ar-internal.h
965
struct rxrpc_txbuf *bufs[RXRPC_NR_TXQUEUE];
net/rxrpc/call_event.c
112
struct rxrpc_txbuf *txb = tq->bufs[ix];
net/rxrpc/call_event.c
213
struct rxrpc_txbuf *txb;
net/rxrpc/call_event.c
65
struct rxrpc_txbuf *txb = tq->bufs[ix];
net/rxrpc/insecure.c
20
static struct rxrpc_txbuf *none_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp)
net/rxrpc/insecure.c
25
static int none_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb)
net/rxrpc/output.c
430
struct rxrpc_txbuf *txb,
net/rxrpc/output.c
572
struct rxrpc_txbuf *txb = tq->bufs[seq & RXRPC_TXQ_MASK];
net/rxrpc/output.c
647
struct rxrpc_txbuf *txb;
net/rxrpc/rxgk.c
283
static struct rxrpc_txbuf *rxgk_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp)
net/rxrpc/rxgk.c
287
struct rxrpc_txbuf *txb;
net/rxrpc/rxgk.c
345
struct rxrpc_txbuf *txb)
net/rxrpc/rxgk.c
391
struct rxrpc_txbuf *txb)
net/rxrpc/rxgk.c
430
static int rxgk_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb)
net/rxrpc/rxkad.c
148
static struct rxrpc_txbuf *rxkad_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp)
net/rxrpc/rxkad.c
150
struct rxrpc_txbuf *txb;
net/rxrpc/rxkad.c
260
struct rxrpc_txbuf *txb,
net/rxrpc/rxkad.c
302
struct rxrpc_txbuf *txb,
net/rxrpc/rxkad.c
342
static int rxkad_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb)
net/rxrpc/sendmsg.c
242
struct rxrpc_txbuf *txb,
net/rxrpc/sendmsg.c
326
struct rxrpc_txbuf *txb;
net/rxrpc/txbuf.c
19
struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size,
net/rxrpc/txbuf.c
22
struct rxrpc_txbuf *txb;
net/rxrpc/txbuf.c
63
void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what)
net/rxrpc/txbuf.c
70
static void rxrpc_free_txbuf(struct rxrpc_txbuf *txb)
net/rxrpc/txbuf.c
80
void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what)