Symbol: rxrpc_local
include/trace/events/rxrpc.h
682
TRACE_EVENT(rxrpc_local,
include/trace/events/rxrpc.h
710
TP_PROTO(struct rxrpc_local *local, unsigned int nr_rx),
net/rxrpc/af_rxrpc.c
133
struct rxrpc_local *local;
net/rxrpc/af_rxrpc.c
539
struct rxrpc_local *local;
net/rxrpc/ar-internal.h
1027
bool rxrpc_new_incoming_call(struct rxrpc_local *local,
net/rxrpc/ar-internal.h
1138
void rxrpc_purge_client_connections(struct rxrpc_local *local);
net/rxrpc/ar-internal.h
1142
void rxrpc_connect_client_calls(struct rxrpc_local *local);
net/rxrpc/ar-internal.h
1146
void rxrpc_discard_expired_client_conns(struct rxrpc_local *local);
net/rxrpc/ar-internal.h
1147
void rxrpc_clean_up_local_conns(struct rxrpc_local *);
net/rxrpc/ar-internal.h
1175
struct rxrpc_connection *rxrpc_find_client_connection_rcu(struct rxrpc_local *,
net/rxrpc/ar-internal.h
1261
static inline void rxrpc_wake_up_io_thread(struct rxrpc_local *local)
net/rxrpc/ar-internal.h
1291
void rxrpc_send_version_request(struct rxrpc_local *local,
net/rxrpc/ar-internal.h
1298
void rxrpc_local_dont_fragment(const struct rxrpc_local *local, bool set);
net/rxrpc/ar-internal.h
1299
struct rxrpc_local *rxrpc_lookup_local(struct net *, const struct sockaddr_rxrpc *);
net/rxrpc/ar-internal.h
1300
struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *, enum rxrpc_local_trace);
net/rxrpc/ar-internal.h
1301
struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *, enum rxrpc_local_trace);
net/rxrpc/ar-internal.h
1302
void rxrpc_put_local(struct rxrpc_local *, enum rxrpc_local_trace);
net/rxrpc/ar-internal.h
1303
struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *, enum rxrpc_local_trace);
net/rxrpc/ar-internal.h
1304
void rxrpc_unuse_local(struct rxrpc_local *, enum rxrpc_local_trace);
net/rxrpc/ar-internal.h
1305
void rxrpc_destroy_local(struct rxrpc_local *local);
net/rxrpc/ar-internal.h
1308
static inline bool __rxrpc_use_local(struct rxrpc_local *local,
net/rxrpc/ar-internal.h
1319
static inline void rxrpc_see_local(struct rxrpc_local *local,
net/rxrpc/ar-internal.h
1370
void rxrpc_reject_packet(struct rxrpc_local *local, struct sk_buff *skb);
net/rxrpc/ar-internal.h
1377
void rxrpc_input_error(struct rxrpc_local *, struct sk_buff *);
net/rxrpc/ar-internal.h
1392
struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *,
net/rxrpc/ar-internal.h
1394
struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_local *local,
net/rxrpc/ar-internal.h
1396
void rxrpc_assess_MTU_size(struct rxrpc_local *local, struct rxrpc_peer *peer);
net/rxrpc/ar-internal.h
1397
struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *, gfp_t,
net/rxrpc/ar-internal.h
1399
void rxrpc_new_incoming_peer(struct rxrpc_local *local, struct rxrpc_peer *peer);
net/rxrpc/ar-internal.h
153
struct rxrpc_local *local; /* local endpoint */
net/rxrpc/ar-internal.h
385
struct rxrpc_local *local;
net/rxrpc/ar-internal.h
432
struct rxrpc_local *local; /* Representation of local endpoint */
net/rxrpc/ar-internal.h
498
struct rxrpc_local *local; /* Representation of local endpoint */
net/rxrpc/ar-internal.h
526
struct rxrpc_local *local; /* Representation of local endpoint */
net/rxrpc/ar-internal.h
698
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
293
struct rxrpc_local *local = call->local;
net/rxrpc/call_object.c
47
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
562
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
454
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
808
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;