Lines Matching defs:rxrpc_txbuf
32 struct rxrpc_txbuf;
256 int (*secure_packet)(struct rxrpc_call *, struct rxrpc_txbuf *);
639 struct rxrpc_txbuf *tx_pending; /* Tx buffer being filled */
786 struct rxrpc_txbuf {
818 static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb)
823 static inline bool rxrpc_sending_to_client(const struct rxrpc_txbuf *txb)
1160 int rxrpc_send_ack_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb);
1162 int rxrpc_send_data_packet(struct rxrpc_call *, struct rxrpc_txbuf *);
1166 void rxrpc_transmit_one(struct rxrpc_call *call, struct rxrpc_txbuf *txb);
1294 struct rxrpc_txbuf *rxrpc_alloc_txbuf(struct rxrpc_call *call, u8 packet_type,
1296 void rxrpc_get_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
1297 void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
1298 void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);