Home
last modified time | relevance | path

Searched refs:rxrpc_txbuf (Results 1 – 8 of 8) sorted by relevance

/net/rxrpc/
A Dtxbuf.c19 struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size, in rxrpc_alloc_data_txbuf()
22 struct rxrpc_txbuf *txb; in rxrpc_alloc_data_txbuf()
63 void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_see_txbuf()
70 static void rxrpc_free_txbuf(struct rxrpc_txbuf *txb) in rxrpc_free_txbuf()
80 void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_put_txbuf()
A Dar-internal.h32 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);
[all …]
A Dinsecure.c20 static struct rxrpc_txbuf *none_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) in none_alloc_txbuf()
25 static int none_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in none_secure_packet()
A Dcall_event.c65 struct rxrpc_txbuf *txb = tq->bufs[ix]; in rxrpc_retransmit_data()
112 struct rxrpc_txbuf *txb = tq->bufs[ix]; in rxrpc_resend()
213 struct rxrpc_txbuf *txb; in rxrpc_transmit_fresh_data()
A Drxkad.c148 static struct rxrpc_txbuf *rxkad_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) in rxkad_alloc_txbuf()
150 struct rxrpc_txbuf *txb; in rxkad_alloc_txbuf()
259 struct rxrpc_txbuf *txb, in rxkad_secure_packet_auth()
300 struct rxrpc_txbuf *txb, in rxkad_secure_packet_encrypt()
340 static int rxkad_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxkad_secure_packet()
A Drxgk.c283 static struct rxrpc_txbuf *rxgk_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) in rxgk_alloc_txbuf()
287 struct rxrpc_txbuf *txb; in rxgk_alloc_txbuf()
345 struct rxrpc_txbuf *txb) in rxgk_secure_packet_integrity()
391 struct rxrpc_txbuf *txb) in rxgk_secure_packet_encrypted()
430 static int rxgk_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxgk_secure_packet()
A Doutput.c430 struct rxrpc_txbuf *txb, in rxrpc_prepare_data_subpacket()
570 struct rxrpc_txbuf *txb = tq->bufs[seq & RXRPC_TXQ_MASK]; in rxrpc_prepare_data_packet()
645 struct rxrpc_txbuf *txb; in rxrpc_send_data_packet()
A Dsendmsg.c242 struct rxrpc_txbuf *txb, in rxrpc_queue_packet()
326 struct rxrpc_txbuf *txb; in rxrpc_send_data()

Completed in 60 milliseconds