Lines Matching refs:rxrpc_txbuf
32 struct rxrpc_txbuf;
248 int (*secure_packet)(struct rxrpc_call *, struct rxrpc_txbuf *);
631 struct rxrpc_txbuf *tx_pending; /* Tx buffer being filled */
777 struct rxrpc_txbuf { struct
809 static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_server() argument
814 static inline bool rxrpc_sending_to_client(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_client()
1136 int rxrpc_send_ack_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb);
1138 int rxrpc_send_data_packet(struct rxrpc_call *, struct rxrpc_txbuf *);
1142 void rxrpc_transmit_one(struct rxrpc_call *call, struct rxrpc_txbuf *txb);
1270 struct rxrpc_txbuf *rxrpc_alloc_txbuf(struct rxrpc_call *call, u8 packet_type,
1272 void rxrpc_get_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
1273 void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
1274 void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);