Searched refs:rxrpc_sock (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.10/net/rxrpc/ |
| D | ar-internal.h | 128 struct rxrpc_sock { struct 160 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument 272 struct rxrpc_sock __rcu *service; /* Service(s) listening on this endpoint */ 556 struct rxrpc_sock __rcu *socket; /* socket responsible */ 748 int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t); 749 void rxrpc_discard_prealloc(struct rxrpc_sock *); 751 struct rxrpc_sock *, 754 int rxrpc_user_charge_accept(struct rxrpc_sock *, unsigned long); 780 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long); 781 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *, gfp_t, unsigned int); [all …]
|
| D | af_rxrpc.c | 76 static int rxrpc_validate_address(struct rxrpc_sock *rx, in rxrpc_validate_address() 133 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_bind() 212 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_listen() 294 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_begin_call() 413 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_new_call_notification() 454 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_connect() 503 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_sendmsg() 594 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_setsockopt() 722 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_poll() 749 struct rxrpc_sock *rx; in rxrpc_create() [all …]
|
| D | call_accept.c | 34 static int rxrpc_service_prealloc_one(struct rxrpc_sock *rx, in rxrpc_service_prealloc_one() 163 int rxrpc_service_prealloc(struct rxrpc_sock *rx, gfp_t gfp) in rxrpc_service_prealloc() 180 void rxrpc_discard_prealloc(struct rxrpc_sock *rx) in rxrpc_discard_prealloc() 259 static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx, in rxrpc_alloc_incoming_call() 348 struct rxrpc_sock *rx, in rxrpc_new_incoming_call() 447 int rxrpc_user_charge_accept(struct rxrpc_sock *rx, unsigned long user_call_ID) in rxrpc_user_charge_accept() 480 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_charge_accept()
|
| D | sendmsg.c | 38 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_intr() 65 static int rxrpc_wait_for_tx_window_waitall(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_waitall() 106 static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window_nonintr() 127 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx, in rxrpc_wait_for_tx_window() 182 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx() 194 static int rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_queue_packet() 290 static int rxrpc_send_data(struct rxrpc_sock *rx, in rxrpc_send_data() 593 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_new_client_call_for_sendmsg() 636 int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len) in rxrpc_do_sendmsg()
|
| D | call_object.c | 66 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *rx, in rxrpc_find_call_by_user_ID() 102 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *rx, gfp_t gfp, in rxrpc_alloc_call() 174 static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx, in rxrpc_alloc_client_call() 249 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx, in rxrpc_new_client_call() 381 void rxrpc_incoming_call(struct rxrpc_sock *rx, in rxrpc_incoming_call() 493 void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call) in rxrpc_release_call() 559 void rxrpc_release_calls_on_socket(struct rxrpc_sock *rx) in rxrpc_release_calls_on_socket()
|
| D | peer_object.c | 152 static void rxrpc_assess_MTU_size(struct rxrpc_sock *rx, in rxrpc_assess_MTU_size() 246 static void rxrpc_init_peer(struct rxrpc_sock *rx, struct rxrpc_peer *peer, in rxrpc_init_peer() 282 static struct rxrpc_peer *rxrpc_create_peer(struct rxrpc_sock *rx, in rxrpc_create_peer() 307 void rxrpc_new_incoming_peer(struct rxrpc_sock *rx, struct rxrpc_local *local, in rxrpc_new_incoming_peer() 325 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *rx, in rxrpc_lookup_peer()
|
| D | security.c | 106 bool rxrpc_look_up_server_security(struct rxrpc_local *local, struct rxrpc_sock *rx, in rxrpc_look_up_server_security()
|
| D | conn_service.c | 156 void rxrpc_new_incoming_connection(struct rxrpc_sock *rx, in rxrpc_new_incoming_connection()
|
| D | recvmsg.c | 25 struct rxrpc_sock *rx; in rxrpc_notify_socket() 492 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_recvmsg()
|
| D | proc.c | 58 struct rxrpc_sock *rx; in rxrpc_call_seq_show()
|
| D | conn_client.c | 351 static struct rxrpc_bundle *rxrpc_prep_call(struct rxrpc_sock *rx, in rxrpc_prep_call() 696 int rxrpc_connect_call(struct rxrpc_sock *rx, in rxrpc_connect_call()
|
| D | input.c | 1097 static void rxrpc_input_implicit_end_call(struct rxrpc_sock *rx, in rxrpc_input_implicit_end_call() 1215 struct rxrpc_sock *rx = NULL; in rxrpc_input_packet()
|
| D | key.c | 899 int rxrpc_request_key(struct rxrpc_sock *rx, sockptr_t optval, int optlen) in rxrpc_request_key() 929 int rxrpc_server_keyring(struct rxrpc_sock *rx, sockptr_t optval, int optlen) in rxrpc_server_keyring()
|