Searched refs:rxrpc_sock (Results 1 – 13 of 13) sorted by relevance
/net/rxrpc/ |
D | ar-internal.h | 130 struct rxrpc_sock { struct 162 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument 274 struct rxrpc_sock __rcu *service; /* Service(s) listening on this endpoint */ 562 struct rxrpc_sock __rcu *socket; /* socket responsible */ 750 int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t); 751 void rxrpc_discard_prealloc(struct rxrpc_sock *); 753 struct rxrpc_sock *, 756 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *, unsigned long, 758 int rxrpc_reject_call(struct rxrpc_sock *); 784 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long); [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() 412 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_kernel_new_call_notification() 453 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_connect() 502 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_sendmsg() 580 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_setsockopt() 708 struct rxrpc_sock *rx = rxrpc_sk(sk); in rxrpc_poll() 735 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() 166 int rxrpc_service_prealloc(struct rxrpc_sock *rx, gfp_t gfp) in rxrpc_service_prealloc() 190 void rxrpc_discard_prealloc(struct rxrpc_sock *rx) in rxrpc_discard_prealloc() 270 static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx, in rxrpc_alloc_incoming_call() 358 struct rxrpc_sock *rx, in rxrpc_new_incoming_call() 468 struct rxrpc_call *rxrpc_accept_call(struct rxrpc_sock *rx, in rxrpc_accept_call() 595 int rxrpc_reject_call(struct rxrpc_sock *rx) in rxrpc_reject_call() 668 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() 292 static int rxrpc_send_data(struct rxrpc_sock *rx, in rxrpc_send_data() 601 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_new_client_call_for_sendmsg() 644 int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len) in rxrpc_do_sendmsg()
|
D | call_object.c | 62 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *rx, in rxrpc_find_call_by_user_ID() 98 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *rx, gfp_t gfp, in rxrpc_alloc_call() 169 static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx, in rxrpc_alloc_client_call() 216 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx, in rxrpc_new_client_call() 340 void rxrpc_incoming_call(struct rxrpc_sock *rx, in rxrpc_incoming_call() 454 void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call) in rxrpc_release_call() 516 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() 244 static void rxrpc_init_peer(struct rxrpc_sock *rx, struct rxrpc_peer *peer, in rxrpc_init_peer() 280 static struct rxrpc_peer *rxrpc_create_peer(struct rxrpc_sock *rx, in rxrpc_create_peer() 311 void rxrpc_new_incoming_peer(struct rxrpc_sock *rx, struct rxrpc_local *local, in rxrpc_new_incoming_peer() 329 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *rx, in rxrpc_lookup_peer()
|
D | recvmsg.c | 25 struct rxrpc_sock *rx; in rxrpc_notify_socket() 109 static int rxrpc_recvmsg_new_call(struct rxrpc_sock *rx, in rxrpc_recvmsg_new_call() 442 struct rxrpc_sock *rx = rxrpc_sk(sock->sk); in rxrpc_recvmsg()
|
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 | 150 void rxrpc_new_incoming_connection(struct rxrpc_sock *rx, in rxrpc_new_incoming_connection()
|
D | proc.c | 58 struct rxrpc_sock *rx; in rxrpc_call_seq_show()
|
D | conn_client.c | 275 static int rxrpc_get_client_conn(struct rxrpc_sock *rx, in rxrpc_get_client_conn() 694 int rxrpc_connect_call(struct rxrpc_sock *rx, in rxrpc_connect_call()
|
D | key.c | 899 int rxrpc_request_key(struct rxrpc_sock *rx, char __user *optval, int optlen) in rxrpc_request_key() 929 int rxrpc_server_keyring(struct rxrpc_sock *rx, char __user *optval, in rxrpc_server_keyring()
|
D | input.c | 1092 static void rxrpc_input_implicit_end_call(struct rxrpc_sock *rx, in rxrpc_input_implicit_end_call() 1211 struct rxrpc_sock *rx = NULL; in rxrpc_input_packet()
|