| /linux/include/net/ |
| A D | af_rxrpc.h | 17 struct rxrpc_call; 30 typedef void (*rxrpc_notify_rx_t)(struct sock *, struct rxrpc_call *, 42 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *, 52 int rxrpc_kernel_send_data(struct socket *, struct rxrpc_call *, 55 int rxrpc_kernel_recv_data(struct socket *, struct rxrpc_call *, 57 bool rxrpc_kernel_abort_call(struct socket *, struct rxrpc_call *, 59 void rxrpc_kernel_end_call(struct socket *, struct rxrpc_call *); 60 void rxrpc_kernel_get_peer(struct socket *, struct rxrpc_call *, 68 u32 rxrpc_kernel_get_epoch(struct socket *, struct rxrpc_call *); 71 bool rxrpc_kernel_call_is_complete(struct rxrpc_call *); [all …]
|
| /linux/net/rxrpc/ |
| A D | ar-internal.h | 124 struct rxrpc_call *call_backlog[RXRPC_BACKLOG_MAX]; 240 int (*how_much_data)(struct rxrpc_call *, size_t, 251 void (*free_call_crypto)(struct rxrpc_call *); 569 struct rxrpc_call { struct 808 bool __rxrpc_queue_call(struct rxrpc_call *); 809 bool rxrpc_queue_call(struct rxrpc_call *); 810 void rxrpc_see_call(struct rxrpc_call *); 813 void rxrpc_cleanup_call(struct rxrpc_call *); 864 void rxrpc_disconnect_call(struct rxrpc_call *); 1022 void rxrpc_notify_socket(struct rxrpc_call *); [all …]
|
| A D | call_object.c | 69 struct rxrpc_call *call; in rxrpc_find_call_by_user_ID() 105 struct rxrpc_call *call; in rxrpc_alloc_call() 179 struct rxrpc_call *call; in rxrpc_alloc_client_call() 258 struct rxrpc_call *call, *xcall; in rxrpc_new_client_call() 382 struct rxrpc_call *call, in rxrpc_incoming_call() 559 struct rxrpc_call *call; in rxrpc_release_calls_on_socket() 573 struct rxrpc_call, sock_link); in rxrpc_release_calls_on_socket() 618 struct rxrpc_call *call = container_of(work, struct rxrpc_call, processor); in rxrpc_destroy_call() 635 struct rxrpc_call *call = container_of(rcu, struct rxrpc_call, rcu); in rxrpc_rcu_destroy_call() 673 struct rxrpc_call *call; in rxrpc_destroy_all_calls() [all …]
|
| A D | insecure.c | 20 static int none_how_much_data(struct rxrpc_call *call, size_t remain, in none_how_much_data() 28 static int none_secure_packet(struct rxrpc_call *call, struct sk_buff *skb, in none_secure_packet() 34 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() 45 static void none_locate_data(struct rxrpc_call *call, struct sk_buff *skb, in none_locate_data()
|
| A D | recvmsg.c | 23 void rxrpc_notify_socket(struct rxrpc_call *call) in rxrpc_notify_socket() 64 bool __rxrpc_set_call_completion(struct rxrpc_call *call, in __rxrpc_set_call_completion() 82 bool rxrpc_set_call_completion(struct rxrpc_call *call, in rxrpc_set_call_completion() 100 bool __rxrpc_call_completed(struct rxrpc_call *call) in __rxrpc_call_completed() 105 bool rxrpc_call_completed(struct rxrpc_call *call) in rxrpc_call_completed() 120 bool __rxrpc_abort_call(const char *why, struct rxrpc_call *call, in __rxrpc_abort_call() 129 bool rxrpc_abort_call(const char *why, struct rxrpc_call *call, in rxrpc_abort_call() 143 static int rxrpc_recvmsg_term(struct rxrpc_call *call, struct msghdr *msg) in rxrpc_recvmsg_term() 222 static void rxrpc_rotate_rx_window(struct rxrpc_call *call) in rxrpc_rotate_rx_window() 491 struct rxrpc_call *call; in rxrpc_recvmsg() [all …]
|
| A D | sendmsg.c | 23 static bool rxrpc_check_tx_space(struct rxrpc_call *call, rxrpc_seq_t *_tx_win) in rxrpc_check_tx_space() 39 struct rxrpc_call *call, in rxrpc_wait_for_tx_window_intr() 66 struct rxrpc_call *call) in rxrpc_wait_for_tx_window_waitall() 107 struct rxrpc_call *call, in rxrpc_wait_for_tx_window_nonintr() 128 struct rxrpc_call *call, in rxrpc_wait_for_tx_window() 163 static inline void rxrpc_instant_resend(struct rxrpc_call *call, int ix) in rxrpc_instant_resend() 291 struct rxrpc_call *call, in rxrpc_send_data() 575 static struct rxrpc_call * 582 struct rxrpc_call *call; in rxrpc_new_client_call_for_sendmsg() 624 struct rxrpc_call *call; in rxrpc_do_sendmsg() [all …]
|
| A D | input.c | 27 struct rxrpc_call *call, rxrpc_seq_t seq) in rxrpc_proto_abort() 38 static void rxrpc_congestion_management(struct rxrpc_call *call, in rxrpc_congestion_management() 303 static bool rxrpc_receiving_reply(struct rxrpc_call *call) in rxrpc_receiving_reply() 613 static void rxrpc_complete_rtt_probe(struct rxrpc_call *call, in rxrpc_complete_rtt_probe() 671 static void rxrpc_input_check_for_lost_ack(struct rxrpc_call *call) in rxrpc_input_check_for_lost_ack() 704 static void rxrpc_input_ping_response(struct rxrpc_call *call, in rxrpc_input_ping_response() 766 static void rxrpc_input_soft_acks(struct rxrpc_call *call, u8 *acks, in rxrpc_input_soft_acks() 812 static bool rxrpc_is_ack_valid(struct rxrpc_call *call, in rxrpc_is_ack_valid() 1038 static void rxrpc_input_call_packet(struct rxrpc_call *call, in rxrpc_input_call_packet() 1099 struct rxrpc_call *call) in rxrpc_input_implicit_end_call() [all …]
|
| A D | call_accept.c | 25 static void rxrpc_dummy_notify(struct sock *sk, struct rxrpc_call *call, in rxrpc_dummy_notify() 42 struct rxrpc_call *call, *xcall; in rxrpc_service_prealloc_one() 117 xcall = rb_entry(parent, struct rxrpc_call, sock_node); in rxrpc_service_prealloc_one() 222 struct rxrpc_call *call = b->call_backlog[tail]; in rxrpc_discard_prealloc() 244 static void rxrpc_send_ping(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_send_ping() 260 static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx, in rxrpc_alloc_incoming_call() 268 struct rxrpc_call *call; in rxrpc_alloc_incoming_call() 347 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *local, in rxrpc_new_incoming_call() 355 struct rxrpc_call *call = NULL; in rxrpc_new_incoming_call()
|
| A D | call_event.c | 23 static void rxrpc_propose_ping(struct rxrpc_call *call, in rxrpc_propose_ping() 45 static void __rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in __rxrpc_propose_ACK() 136 void rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in rxrpc_propose_ACK() 149 static void rxrpc_congestion_timeout(struct rxrpc_call *call) in rxrpc_congestion_timeout() 157 static void rxrpc_resend(struct rxrpc_call *call, unsigned long now_j) in rxrpc_resend() 291 struct rxrpc_call *call = in rxrpc_process_call() 292 container_of(work, struct rxrpc_call, processor); in rxrpc_process_call()
|
| A D | output.c | 36 static void rxrpc_tx_backoff(struct rxrpc_call *call, int ret) in rxrpc_tx_backoff() 56 static void rxrpc_set_keepalive(struct rxrpc_call *call) in rxrpc_set_keepalive() 70 struct rxrpc_call *call, in rxrpc_fill_out_ack() 129 static int rxrpc_begin_rtt_probe(struct rxrpc_call *call, rxrpc_serial_t serial, in rxrpc_begin_rtt_probe() 158 static void rxrpc_cancel_rtt_probe(struct rxrpc_call *call, in rxrpc_cancel_rtt_probe() 172 int rxrpc_send_ack_packet(struct rxrpc_call *call, bool ping, in rxrpc_send_ack_packet() 282 int rxrpc_send_abort_packet(struct rxrpc_call *call) in rxrpc_send_abort_packet() 346 int rxrpc_send_data_packet(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_send_data_packet()
|
| A D | rxkad.c | 148 static int rxkad_how_much_data(struct rxrpc_call *call, size_t remain, in rxkad_how_much_data() 233 static struct skcipher_request *rxkad_get_call_crypto(struct rxrpc_call *call) in rxkad_get_call_crypto() 251 static void rxkad_free_call_crypto(struct rxrpc_call *call) in rxkad_free_call_crypto() 261 static int rxkad_secure_packet_auth(const struct rxrpc_call *call, in rxkad_secure_packet_auth() 303 static int rxkad_secure_packet_encrypt(const struct rxrpc_call *call, in rxkad_secure_packet_encrypt() 369 static int rxkad_secure_packet(struct rxrpc_call *call, in rxkad_secure_packet() 615 static int rxkad_verify_packet(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet() 683 static void rxkad_locate_data_1(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_locate_data_1() 697 static void rxkad_locate_data_2(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_locate_data_2() 711 static void rxkad_locate_data(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_locate_data() [all …]
|
| A D | conn_client.c | 350 struct rxrpc_call *call, in rxrpc_prep_call() 463 struct rxrpc_call *call; in rxrpc_maybe_add_conn() 478 struct rxrpc_call, chan_wait_link); in rxrpc_maybe_add_conn() 510 struct rxrpc_call *call = list_entry(bundle->waiting_calls.next, in rxrpc_activate_one_channel() 511 struct rxrpc_call, chan_wait_link); in rxrpc_activate_one_channel() 640 struct rxrpc_call *call, gfp_t gfp) in rxrpc_wait_for_channel() 695 struct rxrpc_call *call, in rxrpc_connect_call() 750 void rxrpc_expose_client_call(struct rxrpc_call *call) in rxrpc_expose_client_call() 786 void rxrpc_disconnect_client_call(struct rxrpc_bundle *bundle, struct rxrpc_call *call) in rxrpc_disconnect_client_call()
|
| A D | af_rxrpc.c | 280 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock, in rxrpc_kernel_begin_call() 293 struct rxrpc_call *call; in rxrpc_kernel_begin_call() 339 static void rxrpc_dummy_notify_rx(struct sock *sk, struct rxrpc_call *rxcall, in rxrpc_dummy_notify_rx() 352 void rxrpc_kernel_end_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_end_call() 380 const struct rxrpc_call *call) in rxrpc_kernel_check_life() 394 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch() 429 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life() 975 "rxrpc_call_jar", sizeof(struct rxrpc_call), 0, in af_rxrpc_init()
|
| A D | proc.c | 60 struct rxrpc_call *call; in rxrpc_call_seq_show() 75 call = list_entry(v, struct rxrpc_call, link); in rxrpc_call_seq_show()
|
| A D | rtt.c | 147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_peer_add_rtt()
|
| A D | conn_object.c | 164 struct rxrpc_call *call) in __rxrpc_disconnect_call() 206 void rxrpc_disconnect_call(struct rxrpc_call *call) in rxrpc_disconnect_call()
|
| A D | peer_object.c | 498 void rxrpc_kernel_get_peer(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_get_peer() 513 bool rxrpc_kernel_get_srtt(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_get_srtt()
|
| A D | conn_event.c | 155 struct rxrpc_call *call; in rxrpc_abort_calls() 267 static void rxrpc_call_is_secure(struct rxrpc_call *call) in rxrpc_call_is_secure()
|
| A D | peer_event.c | 291 struct rxrpc_call *call; in rxrpc_distribute_error()
|
| /linux/include/trace/events/ |
| A D | rxrpc.h | 593 TRACE_EVENT(rxrpc_call, 729 TP_PROTO(struct rxrpc_call *call), 814 TP_PROTO(struct rxrpc_call *call, 851 TP_PROTO(struct rxrpc_call *call, rxrpc_serial_t serial, 875 TP_PROTO(struct rxrpc_call *call, rxrpc_serial_t serial, 934 TP_PROTO(struct rxrpc_call *call, rxrpc_seq_t seq, 1316 TP_PROTO(struct rxrpc_call *call), 1336 TP_PROTO(struct rxrpc_call *call), 1380 TP_PROTO(struct rxrpc_call *call), 1406 TP_PROTO(struct rxrpc_call *call, int ix), [all …]
|
| A D | afs.h | 684 TP_PROTO(struct rxrpc_call *rxcall, struct afs_call *call), 931 __field(struct rxrpc_call *, rx_call )
|
| /linux/fs/afs/ |
| A D | rxrpc.c | 19 static void afs_wake_up_call_waiter(struct sock *, struct rxrpc_call *, unsigned long); 20 static void afs_wake_up_async_call(struct sock *, struct rxrpc_call *, unsigned long); 22 static void afs_rx_new_call(struct sock *, struct rxrpc_call *, unsigned long); 23 static void afs_rx_discard_new_call(struct rxrpc_call *, unsigned long); 278 struct rxrpc_call *rxcall, in afs_notify_end_request_tx() 293 struct rxrpc_call *rxcall; in afs_make_call() 653 static void afs_wake_up_call_waiter(struct sock *sk, struct rxrpc_call *rxcall, in afs_wake_up_call_waiter() 665 static void afs_wake_up_async_call(struct sock *sk, struct rxrpc_call *rxcall, in afs_wake_up_async_call() 748 static void afs_rx_discard_new_call(struct rxrpc_call *rxcall, in afs_rx_discard_new_call() 760 static void afs_rx_new_call(struct sock *sk, struct rxrpc_call *rxcall, in afs_rx_new_call() [all …]
|
| A D | internal.h | 103 struct rxrpc_call *rxcall; /* RxRPC call handle */
|
| /linux/Documentation/networking/ |
| A D | rxrpc.rst | 802 struct rxrpc_call * 854 struct rxrpc_call *call); 867 struct rxrpc_call *call, 889 struct rxrpc_call *call, 926 struct rxrpc_call *call, 981 struct rxrpc_call * 1019 struct rxrpc_call *call, 1037 struct rxrpc_call *call, 1040 struct rxrpc_call *call); 1061 struct rxrpc_call *call, [all …]
|