Symbol: rxrpc_txbuf
include/trace/events/rxrpc.h
1872
struct rxrpc_txbuf *txb),
include/trace/events/rxrpc.h
2335
TRACE_EVENT(rxrpc_txbuf,
net/rxrpc/ar-internal.h
1544
struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size,
net/rxrpc/ar-internal.h
1546
void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
net/rxrpc/ar-internal.h
1547
void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
net/rxrpc/ar-internal.h
295
struct rxrpc_txbuf *(*alloc_txbuf)(struct rxrpc_call *call, size_t remaining, gfp_t gfp);
net/rxrpc/ar-internal.h
298
int (*secure_packet)(struct rxrpc_call *, struct rxrpc_txbuf *);
net/rxrpc/ar-internal.h
51
struct rxrpc_txbuf;
net/rxrpc/ar-internal.h
746
struct rxrpc_txbuf *tx_pending; /* Tx buffer being filled */
net/rxrpc/ar-internal.h
960
static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb)
net/rxrpc/ar-internal.h
965
static inline bool rxrpc_sending_to_client(const struct rxrpc_txbuf *txb)
net/rxrpc/ar-internal.h
990
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
428
struct rxrpc_txbuf *txb,
net/rxrpc/output.c
570
struct rxrpc_txbuf *txb = tq->bufs[seq & RXRPC_TXQ_MASK];
net/rxrpc/output.c
645
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
139
static struct rxrpc_txbuf *rxkad_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp)
net/rxrpc/rxkad.c
141
struct rxrpc_txbuf *txb;
net/rxrpc/rxkad.c
217
struct rxrpc_txbuf *txb)
net/rxrpc/rxkad.c
246
struct rxrpc_txbuf *txb)
net/rxrpc/rxkad.c
278
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)