Symbol: rxrpc_local
include/trace/events/rxrpc.h
683
TRACE_EVENT(rxrpc_local,
include/trace/events/rxrpc.h
711
TP_PROTO(struct rxrpc_local *local, unsigned int nr_rx),
net/rxrpc/af_rxrpc.c
134
struct rxrpc_local *local;
net/rxrpc/af_rxrpc.c
540
struct rxrpc_local *local;
net/rxrpc/ar-internal.h
1052
bool rxrpc_new_incoming_call(struct rxrpc_local *local,
net/rxrpc/ar-internal.h
1163
void rxrpc_purge_client_connections(struct rxrpc_local *local);
net/rxrpc/ar-internal.h
1167
void rxrpc_connect_client_calls(struct rxrpc_local *local);
net/rxrpc/ar-internal.h
1171
void rxrpc_discard_expired_client_conns(struct rxrpc_local *local);
net/rxrpc/ar-internal.h
1172
void rxrpc_clean_up_local_conns(struct rxrpc_local *);
net/rxrpc/ar-internal.h
1200
struct rxrpc_connection *rxrpc_find_client_connection_rcu(struct rxrpc_local *,
net/rxrpc/ar-internal.h
1286
static inline void rxrpc_wake_up_io_thread(struct rxrpc_local *local)
net/rxrpc/ar-internal.h
1318
void rxrpc_send_version_request(struct rxrpc_local *local,
net/rxrpc/ar-internal.h
1325
void rxrpc_local_dont_fragment(const struct rxrpc_local *local, bool set);
net/rxrpc/ar-internal.h
1326
struct rxrpc_local *rxrpc_lookup_local(struct net *, const struct sockaddr_rxrpc *);
net/rxrpc/ar-internal.h
1327
struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *, enum rxrpc_local_trace);
net/rxrpc/ar-internal.h
1328
struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *, enum rxrpc_local_trace);
net/rxrpc/ar-internal.h
1329
void rxrpc_put_local(struct rxrpc_local *, enum rxrpc_local_trace);
net/rxrpc/ar-internal.h
1330
struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *, enum rxrpc_local_trace);
net/rxrpc/ar-internal.h
1331
void rxrpc_unuse_local(struct rxrpc_local *, enum rxrpc_local_trace);
net/rxrpc/ar-internal.h
1332
void rxrpc_destroy_local(struct rxrpc_local *local);
net/rxrpc/ar-internal.h
1335
static inline bool __rxrpc_use_local(struct rxrpc_local *local,
net/rxrpc/ar-internal.h
1346
static inline void rxrpc_see_local(struct rxrpc_local *local,
net/rxrpc/ar-internal.h
1397
void rxrpc_reject_packet(struct rxrpc_local *local, struct sk_buff *skb);
net/rxrpc/ar-internal.h
1404
void rxrpc_input_error(struct rxrpc_local *, struct sk_buff *);
net/rxrpc/ar-internal.h
1419
struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *,
net/rxrpc/ar-internal.h
1421
struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_local *local,
net/rxrpc/ar-internal.h
1423
void rxrpc_assess_MTU_size(struct rxrpc_local *local, struct rxrpc_peer *peer);
net/rxrpc/ar-internal.h
1424
struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *, gfp_t,
net/rxrpc/ar-internal.h
1426
void rxrpc_new_incoming_peer(struct rxrpc_local *local, struct rxrpc_peer *peer);
net/rxrpc/ar-internal.h
172
struct rxrpc_local *local; /* local endpoint */
net/rxrpc/ar-internal.h
403
struct rxrpc_local *local;
net/rxrpc/ar-internal.h
450
struct rxrpc_local *local; /* Representation of local endpoint */
net/rxrpc/ar-internal.h
516
struct rxrpc_local *local; /* Representation of local endpoint */
net/rxrpc/ar-internal.h
544
struct rxrpc_local *local; /* Representation of local endpoint */
net/rxrpc/ar-internal.h
718
struct rxrpc_local *local; /* Representation of local endpoint */
net/rxrpc/call_accept.c
246
struct rxrpc_local *local,
net/rxrpc/call_accept.c
335
bool rxrpc_new_incoming_call(struct rxrpc_local *local,
net/rxrpc/call_object.c
296
struct rxrpc_local *local = call->local;
net/rxrpc/call_object.c
49
struct rxrpc_local *local = call->local;
net/rxrpc/conn_client.c
143
void rxrpc_purge_client_connections(struct rxrpc_local *local)
net/rxrpc/conn_client.c
155
struct rxrpc_local *local = bundle->local;
net/rxrpc/conn_client.c
253
struct rxrpc_local *local = call->local;
net/rxrpc/conn_client.c
45
static void rxrpc_put_client_connection_id(struct rxrpc_local *local,
net/rxrpc/conn_client.c
508
void rxrpc_connect_client_calls(struct rxrpc_local *local)
net/rxrpc/conn_client.c
54
static void rxrpc_destroy_client_conn_ids(struct rxrpc_local *local)
net/rxrpc/conn_client.c
559
static void rxrpc_set_client_reap_timer(struct rxrpc_local *local)
net/rxrpc/conn_client.c
577
struct rxrpc_local *local = bundle->local;
net/rxrpc/conn_client.c
703
struct rxrpc_local *local;
net/rxrpc/conn_client.c
728
struct rxrpc_local *local = conn->local;
net/rxrpc/conn_client.c
746
void rxrpc_discard_expired_client_conns(struct rxrpc_local *local)
net/rxrpc/conn_client.c
813
void rxrpc_clean_up_local_conns(struct rxrpc_local *local)
net/rxrpc/conn_event.c
579
struct rxrpc_local *local = conn->local;
net/rxrpc/conn_object.c
28
struct rxrpc_local *local = conn->local;
net/rxrpc/conn_object.c
97
struct rxrpc_connection *rxrpc_find_client_connection_rcu(struct rxrpc_local *local,
net/rxrpc/io_thread.c
124
static bool rxrpc_input_version(struct rxrpc_local *local, struct sk_buff *skb)
net/rxrpc/io_thread.c
195
static bool rxrpc_input_packet(struct rxrpc_local *local, struct sk_buff *skb)
net/rxrpc/io_thread.c
29
struct rxrpc_local *local = rcu_dereference_sk_user_data(udp_sk);
net/rxrpc/io_thread.c
434
struct rxrpc_local *local = data;
net/rxrpc/io_thread.c
65
struct rxrpc_local *local;
net/rxrpc/local_event.c
33
void rxrpc_send_version_request(struct rxrpc_local *local,
net/rxrpc/local_object.c
109
static struct rxrpc_local *rxrpc_alloc_local(struct net *net,
net/rxrpc/local_object.c
112
struct rxrpc_local *local;
net/rxrpc/local_object.c
115
local = kzalloc_obj(struct rxrpc_local);
net/rxrpc/local_object.c
162
static int rxrpc_open_socket(struct rxrpc_local *local, struct net *net)
net/rxrpc/local_object.c
247
struct rxrpc_local *rxrpc_lookup_local(struct net *net,
net/rxrpc/local_object.c
250
struct rxrpc_local *local;
net/rxrpc/local_object.c
262
local = hlist_entry(cursor, struct rxrpc_local, link);
net/rxrpc/local_object.c
327
struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *local,
net/rxrpc/local_object.c
341
struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *local,
net/rxrpc/local_object.c
358
void rxrpc_put_local(struct rxrpc_local *local, enum rxrpc_local_trace why)
net/rxrpc/local_object.c
379
struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *local,
net/rxrpc/local_object.c
398
void rxrpc_unuse_local(struct rxrpc_local *local, enum rxrpc_local_trace why)
net/rxrpc/local_object.c
42
void rxrpc_local_dont_fragment(const struct rxrpc_local *local, bool set)
net/rxrpc/local_object.c
420
void rxrpc_destroy_local(struct rxrpc_local *local)
net/rxrpc/local_object.c
460
struct rxrpc_local *local = container_of(rcu, struct rxrpc_local, rcu);
net/rxrpc/local_object.c
471
struct rxrpc_local *local;
net/rxrpc/local_object.c
59
static long rxrpc_local_cmp_key(const struct rxrpc_local *local,
net/rxrpc/local_object.c
98
struct rxrpc_local *local =
net/rxrpc/local_object.c
99
container_of(timer, struct rxrpc_local, client_conn_reap_timer);
net/rxrpc/output.c
806
void rxrpc_reject_packet(struct rxrpc_local *local, struct sk_buff *skb)
net/rxrpc/peer_event.c
140
void rxrpc_input_error(struct rxrpc_local *local, struct sk_buff *skb)
net/rxrpc/peer_event.c
28
static struct rxrpc_peer *rxrpc_lookup_peer_local_rcu(struct rxrpc_local *local,
net/rxrpc/peer_object.c
117
struct rxrpc_local *local,
net/rxrpc/peer_object.c
136
struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *local,
net/rxrpc/peer_object.c
152
void rxrpc_assess_MTU_size(struct rxrpc_local *local, struct rxrpc_peer *peer)
net/rxrpc/peer_object.c
222
struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp,
net/rxrpc/peer_object.c
250
static void rxrpc_init_peer(struct rxrpc_local *local, struct rxrpc_peer *peer,
net/rxrpc/peer_object.c
284
static struct rxrpc_peer *rxrpc_create_peer(struct rxrpc_local *local,
net/rxrpc/peer_object.c
30
static unsigned long rxrpc_peer_hash_key(struct rxrpc_local *local,
net/rxrpc/peer_object.c
317
void rxrpc_new_incoming_peer(struct rxrpc_local *local, struct rxrpc_peer *peer)
net/rxrpc/peer_object.c
334
struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_local *local,
net/rxrpc/peer_object.c
79
struct rxrpc_local *local,
net/rxrpc/proc.c
407
struct rxrpc_local *local;
net/rxrpc/proc.c
417
local = hlist_entry(v, struct rxrpc_local, link);
net/rxrpc/proc.c
55
struct rxrpc_local *local;