Lines Matching refs:rxrpc_txbuf
32 struct rxrpc_txbuf;
278 struct rxrpc_txbuf *(*alloc_txbuf)(struct rxrpc_call *call, size_t remaining, gfp_t gfp);
281 int (*secure_packet)(struct rxrpc_call *, struct rxrpc_txbuf *);
726 struct rxrpc_txbuf *tx_pending; /* Tx buffer being filled */
914 struct rxrpc_txbuf { struct
935 static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_server() argument
940 static inline bool rxrpc_sending_to_client(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_client()
965 struct rxrpc_txbuf *bufs[RXRPC_NR_TXQUEUE];
1511 struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size,
1513 void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
1514 void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);