Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A 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()
H A Dar-internal.h32 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 { struct
818 static inline bool rxrpc_sending_to_server(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_server() argument
823 static inline bool rxrpc_sending_to_client(const struct rxrpc_txbuf *txb) in rxrpc_sending_to_client()
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);
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);
[all …]
H A Dcall_event.c70 struct rxrpc_txbuf *txb; in rxrpc_send_ACK()
116 struct rxrpc_txbuf *txb; in rxrpc_resend()
137 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()
H A Dinsecure.c28 static int none_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in none_secure_packet()
H A 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()
699 struct rxrpc_txbuf *txb) in rxrpc_instant_resend()
708 void rxrpc_transmit_one(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_transmit_one()
H A Dcall_object.c679 struct rxrpc_txbuf *txb; in rxrpc_destroy_call()
686 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call()
691 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call()
H A Dsendmsg.c239 struct rxrpc_txbuf *txb, in rxrpc_queue_packet()
283 struct rxrpc_txbuf *txb; in rxrpc_send_data()
H A 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()
H A Dinput.c220 struct rxrpc_txbuf *txb; in rxrpc_rotate_tx_window()
/openbmc/linux/include/trace/events/
H A Drxrpc.h1874 TRACE_EVENT(rxrpc_txbuf,