Home
last modified time | relevance | path

Searched refs:rxrpc_call (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.15/include/net/
H A Daf_rxrpc.h17 struct rxrpc_call;
32 typedef void (*rxrpc_notify_rx_t)(struct sock *, struct rxrpc_call *,
34 typedef void (*rxrpc_notify_end_tx_t)(struct sock *, struct rxrpc_call *,
36 typedef void (*rxrpc_notify_new_call_t)(struct sock *, struct rxrpc_call *,
44 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock,
56 int rxrpc_kernel_send_data(struct socket *, struct rxrpc_call *,
59 int rxrpc_kernel_recv_data(struct socket *, struct rxrpc_call *,
61 bool rxrpc_kernel_abort_call(struct socket *, struct rxrpc_call *,
64 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call);
80 u32 rxrpc_kernel_get_epoch(struct socket *, struct rxrpc_call *);
[all …]
/linux-6.15/net/rxrpc/
H A Dar-internal.h140 struct rxrpc_call *call_backlog[RXRPC_BACKLOG_MAX];
268 void (*free_call_crypto)(struct rxrpc_call *);
498 struct rxrpc_call *call; /* Active call */
641 struct rxrpc_call { struct
986 void rxrpc_resend_tlp(struct rxrpc_call *call);
1011 struct rxrpc_call *rxrpc_try_get_call(struct rxrpc_call *, enum rxrpc_call_trace);
1014 void rxrpc_cleanup_call(struct rxrpc_call *);
1122 void rxrpc_disconnect_call(struct rxrpc_call *);
1174 void rxrpc_input_rack(struct rxrpc_call *call,
1297 int rxrpc_send_abort_packet(struct rxrpc_call *);
[all …]
H A Dcall_object.c88 struct rxrpc_call *call; in rxrpc_find_call_by_user_ID()
124 struct rxrpc_call *call; in rxrpc_alloc_call()
194 struct rxrpc_call *call; in rxrpc_alloc_client_call()
328 struct rxrpc_call *call, *xcall; in rxrpc_new_client_call()
439 struct rxrpc_call *call, in rxrpc_incoming_call()
509 struct rxrpc_call *rxrpc_try_get_call(struct rxrpc_call *call, in rxrpc_try_get_call()
618 struct rxrpc_call *call; in rxrpc_release_calls_on_socket()
676 struct rxrpc_call *call = container_of(rcu, struct rxrpc_call, rcu); in rxrpc_rcu_free_call()
689 struct rxrpc_call *call = container_of(work, struct rxrpc_call, destroyer); in rxrpc_destroy_call()
732 struct rxrpc_call *call; in rxrpc_destroy_all_calls()
[all …]
H A Drtt.c18 static u32 rxrpc_rto_min_us(struct rxrpc_call *call) in rxrpc_rto_min_us()
23 static u32 __rxrpc_set_rto(const struct rxrpc_call *call) in __rxrpc_set_rto()
43 static void rxrpc_rtt_estimator(struct rxrpc_call *call, long sample_rtt_us) in rxrpc_rtt_estimator()
105 static void rxrpc_set_rto(struct rxrpc_call *call) in rxrpc_set_rto()
130 static void rxrpc_update_rtt_min(struct rxrpc_call *call, ktime_t resp_time, long rtt_us) in rxrpc_update_rtt_min()
139 static void rxrpc_ack_update_rtt(struct rxrpc_call *call, ktime_t resp_time, long rtt_us) in rxrpc_ack_update_rtt()
158 void rxrpc_call_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_call_add_rtt()
185 ktime_t rxrpc_get_rto_backoff(struct rxrpc_call *call, bool retrans) in rxrpc_get_rto_backoff()
201 void rxrpc_call_init_rtt(struct rxrpc_call *call) in rxrpc_call_init_rtt()
H A Dinput_rack.c23 static void rxrpc_rack_mark_lost(struct rxrpc_call *call, in rxrpc_rack_mark_lost()
62 static void rxrpc_rack_update(struct rxrpc_call *call, in rxrpc_rack_update()
103 static void rxrpc_rack_detect_reordering(struct rxrpc_call *call, in rxrpc_rack_detect_reordering()
121 void rxrpc_input_rack_one(struct rxrpc_call *call, in rxrpc_input_rack_one()
130 void rxrpc_input_rack(struct rxrpc_call *call, in rxrpc_input_rack()
156 static ktime_t rxrpc_rack_update_reo_wnd(struct rxrpc_call *call, in rxrpc_rack_update_reo_wnd()
197 static ktime_t rxrpc_rack_detect_loss(struct rxrpc_call *call, in rxrpc_rack_detect_loss()
244 void rxrpc_rack_detect_loss_and_arm_timer(struct rxrpc_call *call, in rxrpc_rack_detect_loss_and_arm_timer()
260 static void rxrpc_rack_mark_losses_on_rto(struct rxrpc_call *call) in rxrpc_rack_mark_losses_on_rto()
290 ktime_t rxrpc_tlp_calc_pto(struct rxrpc_call *call, ktime_t now) in rxrpc_tlp_calc_pto()
[all …]
H A Dcall_state.c13 bool rxrpc_set_call_completion(struct rxrpc_call *call, in rxrpc_set_call_completion()
35 bool rxrpc_call_completed(struct rxrpc_call *call) in rxrpc_call_completed()
43 bool rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_abort_call()
60 void rxrpc_prefail_call(struct rxrpc_call *call, enum rxrpc_call_completion compl, in rxrpc_prefail_call()
H 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()
33 static int none_verify_packet(struct rxrpc_call *call, struct sk_buff *skb) in none_verify_packet()
41 static void none_free_call_crypto(struct rxrpc_call *call) in none_free_call_crypto()
H A Dsendmsg.c23 bool rxrpc_propose_abort(struct rxrpc_call *call, s32 abort_code, int error, in rxrpc_propose_abort()
46 static int rxrpc_wait_to_be_connected(struct rxrpc_call *call, long *timeo) in rxrpc_wait_to_be_connected()
108 struct rxrpc_call *call, in rxrpc_wait_for_tx_window_intr()
132 struct rxrpc_call *call) in rxrpc_wait_for_tx_window_waitall()
172 struct rxrpc_call *call, in rxrpc_wait_for_tx_window_nonintr()
193 struct rxrpc_call *call, in rxrpc_wait_for_tx_window()
281 static int rxrpc_alloc_txqueue(struct sock *sk, struct rxrpc_call *call) in rxrpc_alloc_txqueue()
321 struct rxrpc_call *call, in rxrpc_send_data()
607 static struct rxrpc_call *
615 struct rxrpc_call *call; in rxrpc_new_client_call_for_sendmsg()
[all …]
H A Dcall_event.c23 void rxrpc_propose_ping(struct rxrpc_call *call, u32 serial, in rxrpc_propose_ping()
40 void rxrpc_propose_delay_ACK(struct rxrpc_call *call, rxrpc_serial_t serial, in rxrpc_propose_delay_ACK()
60 static bool rxrpc_retransmit_data(struct rxrpc_call *call, in rxrpc_retransmit_data()
86 static void rxrpc_resend(struct rxrpc_call *call) in rxrpc_resend()
131 void rxrpc_resend_tlp(struct rxrpc_call *call) in rxrpc_resend_tlp()
162 static void rxrpc_begin_service_reply(struct rxrpc_call *call) in rxrpc_begin_service_reply()
175 static void rxrpc_close_tx_phase(struct rxrpc_call *call) in rxrpc_close_tx_phase()
194 static void rxrpc_transmit_fresh_data(struct rxrpc_call *call, unsigned int limit, in rxrpc_transmit_fresh_data()
259 void rxrpc_transmit_some_data(struct rxrpc_call *call, unsigned int limit, in rxrpc_transmit_some_data()
288 static void rxrpc_send_initial_ping(struct rxrpc_call *call) in rxrpc_send_initial_ping()
[all …]
H A Dinput.c23 static void rxrpc_proto_abort(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_proto_abort()
32 static void rxrpc_congestion_management(struct rxrpc_call *call, in rxrpc_congestion_management()
177 void rxrpc_congestion_degrade(struct rxrpc_call *call) in rxrpc_congestion_degrade()
204 static void rxrpc_add_data_rtt_sample(struct rxrpc_call *call, in rxrpc_add_data_rtt_sample()
385 static bool rxrpc_receiving_reply(struct rxrpc_call *call) in rxrpc_receiving_reply()
434 static void rxrpc_input_update_ack_window(struct rxrpc_call *call, in rxrpc_input_update_ack_window()
736 static void rxrpc_complete_rtt_probe(struct rxrpc_call *call, in rxrpc_complete_rtt_probe()
857 static void rxrpc_input_soft_rtt(struct rxrpc_call *call, in rxrpc_input_soft_rtt()
869 static void rxrpc_input_soft_ack_tq(struct rxrpc_call *call, in rxrpc_input_soft_ack_tq()
959 static void rxrpc_input_soft_acks(struct rxrpc_call *call, in rxrpc_input_soft_acks()
[all …]
H A Drecvmsg.c23 void rxrpc_notify_socket(struct rxrpc_call *call) in rxrpc_notify_socket()
64 static int rxrpc_recvmsg_term(struct rxrpc_call *call, struct msghdr *msg) in rxrpc_recvmsg_term()
106 static void rxrpc_rotate_rx_window(struct rxrpc_call *call) in rxrpc_rotate_rx_window()
148 static int rxrpc_verify_data(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_verify_data()
163 static int rxrpc_recvmsg_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_recvmsg_data()
281 struct rxrpc_call *call; in rxrpc_recvmsg()
342 call = list_entry(l, struct rxrpc_call, recvmsg_link); in rxrpc_recvmsg()
489 int rxrpc_kernel_recv_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_recv_data()
H A Dcall_accept.c25 static void rxrpc_dummy_notify(struct sock *sk, struct rxrpc_call *call, in rxrpc_dummy_notify()
41 struct rxrpc_call *call, *xcall; in rxrpc_service_prealloc_one()
115 xcall = rb_entry(parent, struct rxrpc_call, sock_node); in rxrpc_service_prealloc_one()
220 struct rxrpc_call *call = b->call_backlog[tail]; in rxrpc_discard_prealloc()
242 static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx, in rxrpc_alloc_incoming_call()
251 struct rxrpc_call *call; in rxrpc_alloc_incoming_call()
337 struct rxrpc_call *call = NULL; in rxrpc_new_incoming_call()
H A Doutput.c48 static void rxrpc_tx_backoff(struct rxrpc_call *call, int ret) in rxrpc_tx_backoff()
66 static void rxrpc_set_keepalive(struct rxrpc_call *call, ktime_t now) in rxrpc_set_keepalive()
77 static int rxrpc_alloc_ack(struct rxrpc_call *call, size_t sack_size) in rxrpc_alloc_ack()
114 static void rxrpc_free_ack(struct rxrpc_call *call) in rxrpc_free_ack()
124 static void rxrpc_begin_rtt_probe(struct rxrpc_call *call, rxrpc_serial_t serial, in rxrpc_begin_rtt_probe()
152 static int rxrpc_fill_out_ack(struct rxrpc_call *call, int nr_kv, u8 ack_reason, in rxrpc_fill_out_ack()
302 void rxrpc_send_ACK(struct rxrpc_call *call, u8 ack_reason, in rxrpc_send_ACK()
355 void rxrpc_send_probe_for_pmtud(struct rxrpc_call *call) in rxrpc_send_probe_for_pmtud()
364 int rxrpc_send_abort_packet(struct rxrpc_call *call) in rxrpc_send_abort_packet()
428 static size_t rxrpc_prepare_data_subpacket(struct rxrpc_call *call, in rxrpc_prepare_data_subpacket()
[all …]
H A Drxperf.c48 struct rxrpc_call *rxcall;
98 static void rxperf_rx_discard_new_call(struct rxrpc_call *rxcall, in rxperf_rx_discard_new_call()
104 static void rxperf_rx_new_call(struct sock *sk, struct rxrpc_call *rxcall, in rxperf_rx_new_call()
115 static void rxperf_notify_rx(struct sock *sk, struct rxrpc_call *rxcall, in rxperf_notify_rx()
124 static void rxperf_rx_attach(struct rxrpc_call *rxcall, unsigned long user_call_ID) in rxperf_rx_attach()
132 struct rxrpc_call *rxcall, in rxperf_notify_end_reply_tx()
H A Dconn_client.c73 static struct rxrpc_bundle *rxrpc_alloc_bundle(struct rxrpc_call *call, in rxrpc_alloc_bundle()
250 int rxrpc_look_up_bundle(struct rxrpc_call *call, gfp_t gfp) in rxrpc_look_up_bundle()
417 struct rxrpc_call *call = list_entry(bundle->waiting_calls.next, in rxrpc_activate_one_channel()
418 struct rxrpc_call, wait_link); in rxrpc_activate_one_channel()
510 struct rxrpc_call *call; in rxrpc_connect_client_calls()
518 struct rxrpc_call, wait_link))) { in rxrpc_connect_client_calls()
533 void rxrpc_expose_client_call(struct rxrpc_call *call) in rxrpc_expose_client_call()
573 void rxrpc_disconnect_client_call(struct rxrpc_bundle *bundle, struct rxrpc_call *call) in rxrpc_disconnect_client_call()
H A Daf_rxrpc.c328 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock, in rxrpc_kernel_begin_call()
343 struct rxrpc_call *call; in rxrpc_kernel_begin_call()
388 static void rxrpc_dummy_notify_rx(struct sock *sk, struct rxrpc_call *rxcall, in rxrpc_dummy_notify_rx()
401 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_shutdown_call()
427 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_put_call()
442 const struct rxrpc_call *call) in rxrpc_kernel_check_life()
460 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch()
495 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life()
1031 "rxrpc_call_jar", sizeof(struct rxrpc_call), 0, in af_rxrpc_init()
H A Drxkad.c148 static struct rxrpc_txbuf *rxkad_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) in rxkad_alloc_txbuf()
239 static struct skcipher_request *rxkad_get_call_crypto(struct rxrpc_call *call) in rxkad_get_call_crypto()
249 static void rxkad_free_call_crypto(struct rxrpc_call *call) in rxkad_free_call_crypto()
256 static int rxkad_secure_packet_auth(const struct rxrpc_call *call, in rxkad_secure_packet_auth()
297 static int rxkad_secure_packet_encrypt(const struct rxrpc_call *call, in rxkad_secure_packet_encrypt()
338 static int rxkad_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxkad_secure_packet()
422 static int rxkad_verify_packet_1(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet_1()
485 static int rxkad_verify_packet_2(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet_2()
566 static int rxkad_verify_packet(struct rxrpc_call *call, struct sk_buff *skb) in rxkad_verify_packet()
H A Dio_thread.c339 struct rxrpc_call *call = NULL; in rxrpc_input_packet_on_conn()
440 struct rxrpc_call *call; in rxrpc_io_thread()
528 struct rxrpc_call, in rxrpc_io_thread()
H A Dtxbuf.c19 struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size, in rxrpc_alloc_data_txbuf()
H A Dpeer_event.c218 struct rxrpc_call *call; in rxrpc_distribute_error()
226 struct rxrpc_call, error_link); in rxrpc_distribute_error()
H A Dconn_event.c205 struct rxrpc_call *call; in rxrpc_abort_calls()
229 static void rxrpc_call_is_secure(struct rxrpc_call *call) in rxrpc_call_is_secure()
H A Dconn_object.c151 struct rxrpc_call *call) in __rxrpc_disconnect_call()
190 void rxrpc_disconnect_call(struct rxrpc_call *call) in rxrpc_disconnect_call()
/linux-6.15/include/trace/events/
H A Drxrpc.h761 TRACE_EVENT(rxrpc_call,
913 TP_PROTO(struct rxrpc_call *call),
1604 TP_PROTO(struct rxrpc_call *call),
1726 TP_PROTO(struct rxrpc_call *call,
1849 TP_PROTO(struct rxrpc_call *call),
1869 TP_PROTO(struct rxrpc_call *call),
1889 TP_PROTO(struct rxrpc_call *call),
2083 TP_PROTO(struct rxrpc_call *call),
2274 TP_PROTO(struct rxrpc_call *call),
2318 TP_PROTO(struct rxrpc_call *call),
[all …]
/linux-6.15/fs/afs/
H A Drxrpc.c22 static void afs_wake_up_call_waiter(struct sock *, struct rxrpc_call *, unsigned long);
23 static void afs_wake_up_async_call(struct sock *, struct rxrpc_call *, unsigned long);
25 static void afs_rx_new_call(struct sock *, struct rxrpc_call *, unsigned long);
26 static void afs_rx_discard_new_call(struct rxrpc_call *, unsigned long);
306 struct rxrpc_call *rxcall, in afs_notify_end_request_tx()
320 struct rxrpc_call *rxcall; in afs_make_call()
659 static void afs_wake_up_call_waiter(struct sock *sk, struct rxrpc_call *rxcall, in afs_wake_up_call_waiter()
672 static void afs_wake_up_async_call(struct sock *sk, struct rxrpc_call *rxcall, in afs_wake_up_async_call()
754 static void afs_rx_discard_new_call(struct rxrpc_call *rxcall, in afs_rx_discard_new_call()
766 static void afs_rx_new_call(struct sock *sk, struct rxrpc_call *rxcall, in afs_rx_new_call()
[all …]
/linux-6.15/Documentation/networking/
H A Drxrpc.rst802 struct rxrpc_call *
854 struct rxrpc_call *call);
863 struct rxrpc_call *call);
874 struct rxrpc_call *call,
896 struct rxrpc_call *call,
933 struct rxrpc_call *call,
988 struct rxrpc_call *
1026 struct rxrpc_call *call,
1044 struct rxrpc_call *call,
1047 struct rxrpc_call *call);
[all …]

12