Searched refs:rxrpc_sock (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/rxrpc/
H A Dar-internal.h142 struct rxrpc_sock { struct
174 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk)
298 struct rxrpc_sock *service; /* Service(s) listening on this endpoint */
620 struct rxrpc_sock __rcu *socket; /* socket responsible */
852 int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t);
853 void rxrpc_discard_prealloc(struct rxrpc_sock *);
860 int rxrpc_user_charge_accept(struct rxrpc_sock *, unsigned long);
882 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long);
883 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *, gfp_t, unsigned int);
884 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *,
[all...]
H A Dsendmsg.c104 static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx,
128 static int rxrpc_wait_for_tx_window_waitall(struct rxrpc_sock *rx,
168 static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx,
189 static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx,
226 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call,
238 static void rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call,
277 static int rxrpc_send_data(struct rxrpc_sock *rx,
557 rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg,
608 int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len)
H A Daf_rxrpc.c76 static int rxrpc_validate_address(struct rxrpc_sock *rx,
134 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
213 struct rxrpc_sock *rx = rxrpc_sk(sk);
273 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
344 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
479 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
520 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
570 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
661 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
789 struct rxrpc_sock *r
[all...]
H A Dserver_key.c121 int rxrpc_server_keyring(struct rxrpc_sock *rx, sockptr_t optval, int optlen)
158 struct rxrpc_sock *rx = rxrpc_sk(sk);
H A Dsecurity.c130 const struct rxrpc_security *rxrpc_get_incoming_security(struct rxrpc_sock *rx,
163 struct rxrpc_sock *rx;
H A Dcall_accept.c34 static int rxrpc_service_prealloc_one(struct rxrpc_sock *rx,
161 int rxrpc_service_prealloc(struct rxrpc_sock *rx, gfp_t gfp)
178 void rxrpc_discard_prealloc(struct rxrpc_sock *rx)
242 static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx,
338 struct rxrpc_sock *rx;
436 int rxrpc_user_charge_accept(struct rxrpc_sock *rx, unsigned long user_call_ID)
469 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
H A Dcall_object.c86 struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *rx,
122 struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *rx, gfp_t gfp,
194 static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx,
326 struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx,
444 void rxrpc_incoming_call(struct rxrpc_sock *rx,
550 void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call)
605 void rxrpc_release_calls_on_socket(struct rxrpc_sock *rx)
H A Dconn_service.c148 void rxrpc_new_incoming_connection(struct rxrpc_sock *rx,
H A Drecvmsg.c25 struct rxrpc_sock *rx;
282 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
H A Dkey.c448 int rxrpc_request_key(struct rxrpc_sock *rx, sockptr_t optval, int optlen)

Completed in 222 milliseconds