Home
last modified time | relevance | path

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

/linux-6.12.1/net/rxrpc/
Dtxbuf.c19 struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size, in rxrpc_alloc_data_txbuf()
23 struct rxrpc_txbuf *txb; in rxrpc_alloc_data_txbuf()
85 struct rxrpc_txbuf *rxrpc_alloc_ack_txbuf(struct rxrpc_call *call, size_t sack_size) in rxrpc_alloc_ack_txbuf()
90 struct rxrpc_txbuf *txb; in rxrpc_alloc_ack_txbuf()
160 void rxrpc_get_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_get_txbuf()
168 void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_see_txbuf()
175 static void rxrpc_free_txbuf(struct rxrpc_txbuf *txb) in rxrpc_free_txbuf()
188 void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_put_txbuf()
211 struct rxrpc_txbuf *txb; in rxrpc_shrink_call_tx_buffer()
218 struct rxrpc_txbuf, call_link))) { in rxrpc_shrink_call_tx_buffer()
Dar-internal.h32 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);
[all …]
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()
Doutput.c78 struct rxrpc_txbuf *txb, in rxrpc_fill_out_ack()
178 static void rxrpc_send_ack_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_send_ack_packet()
235 struct rxrpc_txbuf *txb; in rxrpc_send_ACK()
327 static void rxrpc_prepare_data_subpacket(struct rxrpc_call *call, struct rxrpc_txbuf *txb, in rxrpc_prepare_data_subpacket()
384 static size_t rxrpc_prepare_data_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_prepare_data_packet()
399 static void rxrpc_tstamp_data_packets(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_tstamp_data_packets()
432 static int rxrpc_send_data_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_send_data_packet()
700 struct rxrpc_txbuf *txb) in rxrpc_instant_resend()
709 void rxrpc_transmit_one(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_transmit_one()
Dcall_event.c72 struct rxrpc_txbuf *txb; in rxrpc_resend()
87 txb = list_first_entry(&call->tx_buffer, struct rxrpc_txbuf, call_link); in rxrpc_resend()
251 struct rxrpc_txbuf *txb; in rxrpc_decant_prepared_tx()
260 struct rxrpc_txbuf, call_link))) { in rxrpc_decant_prepared_tx()
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()
251 struct rxrpc_txbuf *txb, in rxkad_secure_packet_auth()
293 struct rxrpc_txbuf *txb, in rxkad_secure_packet_encrypt()
337 static int rxkad_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxkad_secure_packet()
Dcall_object.c674 struct rxrpc_txbuf *txb; in rxrpc_destroy_call()
681 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call()
686 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call()
Dsendmsg.c239 struct rxrpc_txbuf *txb, in rxrpc_queue_packet()
283 struct rxrpc_txbuf *txb; in rxrpc_send_data()
Dinput.c220 struct rxrpc_txbuf *txb; in rxrpc_rotate_tx_window()
/linux-6.12.1/include/trace/events/
Drxrpc.h1894 TRACE_EVENT(rxrpc_txbuf,