Searched refs:rxrpc_sock (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/net/rxrpc/ |
| D | ar-internal.h | 130 struct rxrpc_sock { struct 162 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument 287 struct rxrpc_sock __rcu *service; /* Service(s) listening on this endpoint */ 573 struct rxrpc_sock __rcu *socket; /* socket responsible */ 765 int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t); 766 void rxrpc_discard_prealloc(struct rxrpc_sock *); 768 struct rxrpc_sock *, 771 int rxrpc_user_charge_accept(struct rxrpc_sock *, unsigned long); 797 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long); 798 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() 504 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_sendmsg() 595 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_setsockopt() 723 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_poll() 750 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() 260 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() 448 int rxrpc_user_charge_accept(struct rxrpc_sock *rx, unsigned long user_call_ID) in rxrpc_user_charge_accept() 481 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() 576 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_new_client_call_for_sendmsg() 619 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() 557 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 | 107 const struct rxrpc_security *rxrpc_get_incoming_security(struct rxrpc_sock *rx, in rxrpc_get_incoming_security() 146 struct rxrpc_sock *rx; in rxrpc_look_up_server_security()
|
| D | server_key.c | 118 int rxrpc_server_keyring(struct rxrpc_sock *rx, sockptr_t optval, int optlen) in rxrpc_server_keyring()
|
| 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 | 345 static struct rxrpc_bundle *rxrpc_prep_call(struct rxrpc_sock *rx, in rxrpc_prep_call() 690 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 | 448 int rxrpc_request_key(struct rxrpc_sock *rx, sockptr_t optval, int optlen) in rxrpc_request_key()
|