Symbol: rxrpc_sock
net/rxrpc/af_rxrpc.c
1021
.obj_size = sizeof(struct rxrpc_sock),
net/rxrpc/af_rxrpc.c
134
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/af_rxrpc.c
213
struct rxrpc_sock *rx = rxrpc_sk(sk);
net/rxrpc/af_rxrpc.c
277
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/af_rxrpc.c
355
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/af_rxrpc.c
475
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/af_rxrpc.c
490
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/af_rxrpc.c
540
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/af_rxrpc.c
634
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/af_rxrpc.c
76
static int rxrpc_validate_address(struct rxrpc_sock *rx,
net/rxrpc/af_rxrpc.c
777
struct rxrpc_sock *rx = rxrpc_sk(sk);
net/rxrpc/af_rxrpc.c
804
struct rxrpc_sock *rx;
net/rxrpc/af_rxrpc.c
858
struct rxrpc_sock *rx = rxrpc_sk(sk);
net/rxrpc/af_rxrpc.c
890
struct rxrpc_sock *rx = rxrpc_sk(sk);
net/rxrpc/af_rxrpc.c
927
struct rxrpc_sock *rx = rxrpc_sk(sk);
net/rxrpc/ar-internal.h
1025
int rxrpc_service_prealloc(struct rxrpc_sock *, gfp_t);
net/rxrpc/ar-internal.h
1026
void rxrpc_discard_prealloc(struct rxrpc_sock *);
net/rxrpc/ar-internal.h
1032
int rxrpc_user_charge_accept(struct rxrpc_sock *, unsigned long);
net/rxrpc/ar-internal.h
1054
struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *, unsigned long);
net/rxrpc/ar-internal.h
1055
struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *, gfp_t, unsigned int);
net/rxrpc/ar-internal.h
1056
struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *,
net/rxrpc/ar-internal.h
1063
void rxrpc_incoming_call(struct rxrpc_sock *, struct rxrpc_call *,
net/rxrpc/ar-internal.h
1065
void rxrpc_release_call(struct rxrpc_sock *, struct rxrpc_call *);
net/rxrpc/ar-internal.h
1066
void rxrpc_release_calls_on_socket(struct rxrpc_sock *);
net/rxrpc/ar-internal.h
1213
void rxrpc_new_incoming_connection(struct rxrpc_sock *, struct rxrpc_connection *,
net/rxrpc/ar-internal.h
1283
int rxrpc_request_key(struct rxrpc_sock *, sockptr_t , int);
net/rxrpc/ar-internal.h
1357
void rxrpc_add_pending_oob(struct rxrpc_sock *rx, struct sk_buff *skb);
net/rxrpc/ar-internal.h
1358
int rxrpc_sendmsg_oob(struct rxrpc_sock *rx, struct msghdr *msg, size_t len);
net/rxrpc/ar-internal.h
1464
const struct rxrpc_security *rxrpc_get_incoming_security(struct rxrpc_sock *,
net/rxrpc/ar-internal.h
1474
int rxrpc_do_sendmsg(struct rxrpc_sock *, struct msghdr *, size_t);
net/rxrpc/ar-internal.h
1481
int rxrpc_server_keyring(struct rxrpc_sock *, sockptr_t, int);
net/rxrpc/ar-internal.h
184
#define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk)
net/rxrpc/ar-internal.h
340
struct rxrpc_sock *service; /* Service(s) listening on this endpoint */
net/rxrpc/ar-internal.h
699
struct rxrpc_sock __rcu *socket; /* socket responsible */
net/rxrpc/call_accept.c
162
int rxrpc_service_prealloc(struct rxrpc_sock *rx, gfp_t gfp)
net/rxrpc/call_accept.c
179
void rxrpc_discard_prealloc(struct rxrpc_sock *rx)
net/rxrpc/call_accept.c
245
static struct rxrpc_call *rxrpc_alloc_incoming_call(struct rxrpc_sock *rx,
net/rxrpc/call_accept.c
34
static int rxrpc_service_prealloc_one(struct rxrpc_sock *rx,
net/rxrpc/call_accept.c
344
struct rxrpc_sock *rx;
net/rxrpc/call_accept.c
444
int rxrpc_user_charge_accept(struct rxrpc_sock *rx, unsigned long user_call_ID)
net/rxrpc/call_accept.c
474
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/call_object.c
121
struct rxrpc_call *rxrpc_alloc_call(struct rxrpc_sock *rx, gfp_t gfp,
net/rxrpc/call_object.c
188
static struct rxrpc_call *rxrpc_alloc_client_call(struct rxrpc_sock *rx,
net/rxrpc/call_object.c
320
struct rxrpc_call *rxrpc_new_client_call(struct rxrpc_sock *rx,
net/rxrpc/call_object.c
438
void rxrpc_incoming_call(struct rxrpc_sock *rx,
net/rxrpc/call_object.c
561
void rxrpc_release_call(struct rxrpc_sock *rx, struct rxrpc_call *call)
net/rxrpc/call_object.c
606
void rxrpc_release_calls_on_socket(struct rxrpc_sock *rx)
net/rxrpc/call_object.c
85
struct rxrpc_call *rxrpc_find_call_by_user_ID(struct rxrpc_sock *rx,
net/rxrpc/conn_event.c
426
struct rxrpc_sock *rx;
net/rxrpc/conn_service.c
148
void rxrpc_new_incoming_connection(struct rxrpc_sock *rx,
net/rxrpc/key.c
618
int rxrpc_request_key(struct rxrpc_sock *rx, sockptr_t optval, int optlen)
net/rxrpc/oob.c
173
static int rxrpc_respond_to_oob(struct rxrpc_sock *rx,
net/rxrpc/oob.c
222
int rxrpc_sendmsg_oob(struct rxrpc_sock *rx, struct msghdr *msg, size_t len)
net/rxrpc/oob.c
302
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/oob.c
38
struct rxrpc_sock *rx;
net/rxrpc/oob.c
69
static struct sk_buff *rxrpc_find_pending_oob(struct rxrpc_sock *rx, u64 oob_id)
net/rxrpc/oob.c
95
void rxrpc_add_pending_oob(struct rxrpc_sock *rx, struct sk_buff *skb)
net/rxrpc/recvmsg.c
201
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/recvmsg.c
248
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/recvmsg.c
25
struct rxrpc_sock *rx;
net/rxrpc/recvmsg.c
370
struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
net/rxrpc/security.c
133
const struct rxrpc_security *rxrpc_get_incoming_security(struct rxrpc_sock *rx,
net/rxrpc/security.c
166
struct rxrpc_sock *rx;
net/rxrpc/sendmsg.c
107
static int rxrpc_wait_for_tx_window_intr(struct rxrpc_sock *rx,
net/rxrpc/sendmsg.c
131
static int rxrpc_wait_for_tx_window_waitall(struct rxrpc_sock *rx,
net/rxrpc/sendmsg.c
171
static int rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock *rx,
net/rxrpc/sendmsg.c
192
static int rxrpc_wait_for_tx_window(struct rxrpc_sock *rx,
net/rxrpc/sendmsg.c
229
static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call,
net/rxrpc/sendmsg.c
241
static void rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call,
net/rxrpc/sendmsg.c
320
static int rxrpc_send_data(struct rxrpc_sock *rx,
net/rxrpc/sendmsg.c
608
rxrpc_new_client_call_for_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg,
net/rxrpc/sendmsg.c
659
int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len)
net/rxrpc/server_key.c
121
int rxrpc_server_keyring(struct rxrpc_sock *rx, sockptr_t optval, int optlen)
net/rxrpc/server_key.c
163
struct rxrpc_sock *rx = rxrpc_sk(sk);
net/rxrpc/server_key.c
204
struct rxrpc_sock *rx = rxrpc_sk(sk);