/net/rxrpc/ |
D | ar-call.c | 105 static void rxrpc_call_hash_add(struct rxrpc_call *call) in rxrpc_call_hash_add() 137 static void rxrpc_call_hash_del(struct rxrpc_call *call) in rxrpc_call_hash_del() 150 struct rxrpc_call *rxrpc_find_call_hash( in rxrpc_find_call_hash() 162 struct rxrpc_call *call = NULL; in rxrpc_find_call_hash() 163 struct rxrpc_call *ret = NULL; in rxrpc_find_call_hash() 202 static struct rxrpc_call *rxrpc_alloc_call(gfp_t gfp) in rxrpc_alloc_call() 204 struct rxrpc_call *call; in rxrpc_alloc_call() 251 static struct rxrpc_call *rxrpc_alloc_client_call( in rxrpc_alloc_client_call() 257 struct rxrpc_call *call; in rxrpc_alloc_client_call() 315 struct rxrpc_call *rxrpc_get_client_call(struct rxrpc_sock *rx, in rxrpc_get_client_call() [all …]
|
D | ar-internal.h | 83 struct rxrpc_call *call; /* call with which associated */ 120 int (*secure_packet)(const struct rxrpc_call *, 126 int (*verify_packet)(const struct rxrpc_call *, struct sk_buff *, 251 struct rxrpc_call *channels[RXRPC_MAXCALLS]; /* channels (active calls) */ 299 struct rxrpc_call { struct 420 static inline void rxrpc_abort_call(struct rxrpc_call *call, u32 abort_code) in rxrpc_abort_call() argument 443 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *, unsigned long); 456 void __rxrpc_propose_ACK(struct rxrpc_call *, u8, __be32, bool); 457 void rxrpc_propose_ACK(struct rxrpc_call *, u8, __be32, bool); 469 struct rxrpc_call *rxrpc_find_call_hash(u8, __be32, __be32, __be32, [all …]
|
D | ar-accept.c | 82 struct rxrpc_call *call; in rxrpc_accept_incoming_call() 319 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *rx, in rxrpc_accept_call() 322 struct rxrpc_call *call; in rxrpc_accept_call() 342 call = rb_entry(parent, struct rxrpc_call, sock_node); in rxrpc_accept_call() 353 call = list_entry(rx->acceptq.next, struct rxrpc_call, accept_link); in rxrpc_accept_call() 415 struct rxrpc_call *call; in rxrpc_reject_call() 429 call = list_entry(rx->acceptq.next, struct rxrpc_call, accept_link); in rxrpc_reject_call() 480 struct rxrpc_call *rxrpc_kernel_accept_call(struct socket *sock, in rxrpc_kernel_accept_call() 483 struct rxrpc_call *call; in rxrpc_kernel_accept_call()
|
D | ar-output.c | 27 struct rxrpc_call *call, 107 static void rxrpc_send_abort(struct rxrpc_call *call, u32 abort_code) in rxrpc_send_abort() 136 struct rxrpc_call *call; in rxrpc_client_sendmsg() 211 int rxrpc_kernel_send_data(struct rxrpc_call *call, struct msghdr *msg, in rxrpc_kernel_send_data() 250 void rxrpc_kernel_abort_call(struct rxrpc_call *call, u32 abort_code) in rxrpc_kernel_abort_call() 275 struct rxrpc_call *call; in rxrpc_server_sendmsg() 397 struct rxrpc_call *call, in rxrpc_wait_for_tx_window() 434 static inline void rxrpc_instant_resend(struct rxrpc_call *call) in rxrpc_instant_resend() 450 static void rxrpc_queue_packet(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_queue_packet() 521 struct rxrpc_call *call, in rxrpc_send_data()
|
D | ar-ack.c | 93 void __rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in __rxrpc_propose_ACK() 172 void rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in rxrpc_propose_ACK() 187 static void rxrpc_set_resend(struct rxrpc_call *call, u8 resend, in rxrpc_set_resend() 215 static void rxrpc_resend(struct rxrpc_call *call) in rxrpc_resend() 286 static void rxrpc_resend_timer(struct rxrpc_call *call) in rxrpc_resend_timer() 337 static int rxrpc_process_soft_ACKs(struct rxrpc_call *call, in rxrpc_process_soft_ACKs() 425 static void rxrpc_rotate_tx_window(struct rxrpc_call *call, u32 hard) in rxrpc_rotate_tx_window() 453 static void rxrpc_clear_tx_window(struct rxrpc_call *call) in rxrpc_clear_tx_window() 461 static int rxrpc_drain_rx_oos_queue(struct rxrpc_call *call) in rxrpc_drain_rx_oos_queue() 517 static void rxrpc_insert_oos_packet(struct rxrpc_call *call, in rxrpc_insert_oos_packet() [all …]
|
D | ar-skbuff.c | 24 static void rxrpc_request_final_ACK(struct rxrpc_call *call) in rxrpc_request_final_ACK() 54 static void rxrpc_hard_ACK_data(struct rxrpc_call *call, in rxrpc_hard_ACK_data() 108 struct rxrpc_call *call = sp->call; in rxrpc_packet_destructor()
|
D | ar-input.c | 42 int rxrpc_queue_rcv_skb(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_queue_rcv_skb() 134 static int rxrpc_fast_process_data(struct rxrpc_call *call, in rxrpc_fast_process_data() 280 static void rxrpc_assume_implicit_ackall(struct rxrpc_call *call, u32 serial) in rxrpc_assume_implicit_ackall() 310 void rxrpc_fast_process_packet(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_fast_process_packet() 450 static void rxrpc_process_jumbo_packet(struct rxrpc_call *call, in rxrpc_process_jumbo_packet() 519 static void rxrpc_post_packet_to_call(struct rxrpc_call *call, in rxrpc_post_packet_to_call() 739 struct rxrpc_call *call; in rxrpc_data_ready()
|
D | ar-proc.c | 50 struct rxrpc_call *call; in rxrpc_call_seq_show() 61 call = list_entry(v, struct rxrpc_call, link); in rxrpc_call_seq_show()
|
D | ar-recvmsg.c | 23 void rxrpc_remove_user_ID(struct rxrpc_sock *rx, struct rxrpc_call *call) in rxrpc_remove_user_ID() 50 struct rxrpc_call *call = NULL, *continue_call = NULL; in rxrpc_recvmsg() 365 struct rxrpc_call *call = sp->call; in rxrpc_kernel_data_delivered()
|
D | ar-connevent.c | 31 struct rxrpc_call *call; in rxrpc_abort_calls() 39 call = rb_entry(p, struct rxrpc_call, conn_node); in rxrpc_abort_calls() 129 static void rxrpc_call_is_secure(struct rxrpc_call *call) in rxrpc_call_is_secure()
|
D | ar-security.c | 226 int rxrpc_secure_packet(const struct rxrpc_call *call, in rxrpc_secure_packet() 240 int rxrpc_verify_packet(const struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_verify_packet()
|
D | af_rxrpc.c | 269 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock, in rxrpc_kernel_begin_call() 277 struct rxrpc_call *call; in rxrpc_kernel_begin_call() 337 void rxrpc_kernel_end_call(struct rxrpc_call *call) in rxrpc_kernel_end_call() 803 "rxrpc_call_jar", sizeof(struct rxrpc_call), 0, in af_rxrpc_init()
|
D | ar-connection.c | 303 struct rxrpc_call *call) in rxrpc_add_call_ID_to_conn() 305 struct rxrpc_call *xcall; in rxrpc_add_call_ID_to_conn() 316 xcall = rb_entry(parent, struct rxrpc_call, conn_node); in rxrpc_add_call_ID_to_conn() 338 struct rxrpc_call *call, in rxrpc_connect_exclusive() 432 struct rxrpc_call *call, in rxrpc_connect_call()
|
D | rxkad.c | 153 static int rxkad_secure_packet_auth(const struct rxrpc_call *call, in rxkad_secure_packet_auth() 197 static int rxkad_secure_packet_encrypt(const struct rxrpc_call *call, in rxkad_secure_packet_encrypt() 255 static int rxkad_secure_packet(const struct rxrpc_call *call, in rxkad_secure_packet() 329 static int rxkad_verify_packet_auth(const struct rxrpc_call *call, in rxkad_verify_packet_auth() 405 static int rxkad_verify_packet_encrypt(const struct rxrpc_call *call, in rxkad_verify_packet_encrypt() 495 static int rxkad_verify_packet(const struct rxrpc_call *call, in rxkad_verify_packet()
|
D | ar-error.c | 212 struct rxrpc_call *call, *_n; in rxrpc_UDP_error_handler()
|