Home
last modified time | relevance | path

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

/Linux-v6.6/net/rxrpc/
Dtxbuf.c19 struct rxrpc_txbuf *rxrpc_alloc_txbuf(struct rxrpc_call *call, u8 packet_type, in rxrpc_alloc_txbuf()
22 struct rxrpc_txbuf *txb; in rxrpc_alloc_txbuf()
59 void rxrpc_get_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_get_txbuf()
67 void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_see_txbuf()
76 struct rxrpc_txbuf *txb = container_of(rcu, struct rxrpc_txbuf, rcu); in rxrpc_free_txbuf()
84 void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_put_txbuf()
107 struct rxrpc_txbuf *txb; in rxrpc_shrink_call_tx_buffer()
114 struct rxrpc_txbuf, call_link))) { in rxrpc_shrink_call_tx_buffer()
Dar-internal.h32 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,
[all …]
Dcall_event.c72 struct rxrpc_txbuf *txb; in rxrpc_send_ACK()
117 struct rxrpc_txbuf *txb; in rxrpc_resend()
138 txb = list_first_entry(&call->tx_buffer, struct rxrpc_txbuf, call_link); in rxrpc_resend()
245 struct rxrpc_txbuf, tx_link))) { in rxrpc_resend()
306 struct rxrpc_txbuf *txb; in rxrpc_decant_prepared_tx()
315 struct rxrpc_txbuf, call_link))) { in rxrpc_decant_prepared_tx()
Dinsecure.c28 static int none_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in none_secure_packet()
Doutput.c83 struct rxrpc_txbuf *txb, in rxrpc_fill_out_ack()
187 int rxrpc_send_ack_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_send_ack_packet()
324 int rxrpc_send_data_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_send_data_packet()
701 struct rxrpc_txbuf *txb) in rxrpc_instant_resend()
710 void rxrpc_transmit_one(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_transmit_one()
Dcall_object.c684 struct rxrpc_txbuf *txb; in rxrpc_destroy_call()
690 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call()
695 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()
Drxkad.c251 struct rxrpc_txbuf *txb, in rxkad_secure_packet_auth()
292 struct rxrpc_txbuf *txb, in rxkad_secure_packet_encrypt()
335 static int rxkad_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxkad_secure_packet()
Dinput.c210 struct rxrpc_txbuf *txb; in rxrpc_rotate_tx_window()
/Linux-v6.6/include/trace/events/
Drxrpc.h1872 TRACE_EVENT(rxrpc_txbuf,