Lines Matching refs:rxrpc_txbuf
32 struct rxrpc_txbuf;
256 struct rxrpc_txbuf *(*alloc_txbuf)(struct rxrpc_call *call, size_t remaining, gfp_t gfp);
259 int (*secure_packet)(struct rxrpc_call *, struct rxrpc_txbuf *);
648 struct rxrpc_txbuf *tx_pending; /* Tx buffer being filled */
795 struct rxrpc_txbuf { struct
817 static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_server() argument
822 static inline bool rxrpc_sending_to_client(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_client()
1156 void rxrpc_transmit_one(struct rxrpc_call *call, struct rxrpc_txbuf *txb);
1285 struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size,
1287 struct rxrpc_txbuf *rxrpc_alloc_ack_txbuf(struct rxrpc_call *call, size_t sack_size);
1288 void rxrpc_get_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
1289 void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
1290 void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);