Searched refs:rxrpc_txbuf (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/net/rxrpc/ |
H A D | txbuf.c | 19 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 D | ar-internal.h | 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 { 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() 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, [all …]
|
H A D | call_event.c | 70 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 D | insecure.c | 28 static int none_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in none_secure_packet()
|
H A D | output.c | 83 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 D | call_object.c | 677 struct rxrpc_txbuf *txb; in rxrpc_destroy_call() 684 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call() 689 struct rxrpc_txbuf, call_link))) { in rxrpc_destroy_call()
|
H A D | sendmsg.c | 239 struct rxrpc_txbuf *txb, in rxrpc_queue_packet() 283 struct rxrpc_txbuf *txb; in rxrpc_send_data()
|
H A D | rxkad.c | 251 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 D | input.c | 220 struct rxrpc_txbuf *txb; in rxrpc_rotate_tx_window()
|
/openbmc/linux/include/trace/events/ |
H A D | rxrpc.h | 1901 TRACE_EVENT(rxrpc_txbuf,
|