Symbol: rxrpc_net
net/rxrpc/af_rxrpc.c
803
struct rxrpc_net *rxnet;
net/rxrpc/af_rxrpc.c
845
rxnet = rxrpc_net(sock_net(&rx->sk));
net/rxrpc/ar-internal.h
1072
void rxrpc_destroy_all_calls(struct rxrpc_net *);
net/rxrpc/ar-internal.h
1174
struct rxrpc_connection *rxrpc_alloc_connection(struct rxrpc_net *, gfp_t);
net/rxrpc/ar-internal.h
1189
void rxrpc_destroy_all_connections(struct rxrpc_net *);
net/rxrpc/ar-internal.h
1212
struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *, gfp_t);
net/rxrpc/ar-internal.h
1306
void rxrpc_destroy_all_locals(struct rxrpc_net *);
net/rxrpc/ar-internal.h
1348
static inline struct rxrpc_net *rxrpc_net(struct net *net)
net/rxrpc/ar-internal.h
1400
void rxrpc_destroy_all_peers(struct rxrpc_net *);
net/rxrpc/ar-internal.h
334
struct rxrpc_net *rxnet; /* Our bits in the network namespace */
net/rxrpc/ar-internal.h
528
struct rxrpc_net *rxnet; /* Network namespace to which call belongs */
net/rxrpc/ar-internal.h
700
struct rxrpc_net *rxnet; /* Network namespace to which call belongs */
net/rxrpc/call_accept.c
182
struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk));
net/rxrpc/call_accept.c
41
struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk));
net/rxrpc/call_object.c
125
struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk));
net/rxrpc/call_object.c
329
struct rxrpc_net *rxnet;
net/rxrpc/call_object.c
645
struct rxrpc_net *rxnet = call->rxnet;
net/rxrpc/call_object.c
671
struct rxrpc_net *rxnet = READ_ONCE(call->rxnet);
net/rxrpc/call_object.c
725
void rxrpc_destroy_all_calls(struct rxrpc_net *rxnet)
net/rxrpc/conn_client.c
156
struct rxrpc_net *rxnet = local->rxnet;
net/rxrpc/conn_client.c
208
struct rxrpc_net *rxnet;
net/rxrpc/conn_client.c
729
struct rxrpc_net *rxnet = local->rxnet;
net/rxrpc/conn_object.c
23
static void rxrpc_set_service_reap_timer(struct rxrpc_net *rxnet,
net/rxrpc/conn_object.c
277
static void rxrpc_set_service_reap_timer(struct rxrpc_net *rxnet,
net/rxrpc/conn_object.c
291
struct rxrpc_net *rxnet = conn->rxnet;
net/rxrpc/conn_object.c
310
struct rxrpc_net *rxnet = conn->rxnet;
net/rxrpc/conn_object.c
390
struct rxrpc_net *rxnet =
net/rxrpc/conn_object.c
391
container_of(work, struct rxrpc_net, service_conn_reaper);
net/rxrpc/conn_object.c
466
void rxrpc_destroy_all_connections(struct rxrpc_net *rxnet)
net/rxrpc/conn_object.c
55
struct rxrpc_connection *rxrpc_alloc_connection(struct rxrpc_net *rxnet,
net/rxrpc/conn_service.c
120
struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *rxnet,
net/rxrpc/local_object.c
120
local->rxnet = rxrpc_net(net);
net/rxrpc/local_object.c
251
struct rxrpc_net *rxnet = rxrpc_net(net);
net/rxrpc/local_object.c
423
struct rxrpc_net *rxnet = local->rxnet;
net/rxrpc/local_object.c
469
void rxrpc_destroy_all_locals(struct rxrpc_net *rxnet)
net/rxrpc/net_ns.c
105
struct rxrpc_net *rxnet = rxrpc_net(net);
net/rxrpc/net_ns.c
123
.size = sizeof(struct rxrpc_net),
net/rxrpc/net_ns.c
15
struct rxrpc_net *rxnet =
net/rxrpc/net_ns.c
16
container_of(timer, struct rxrpc_net, service_conn_reap_timer);
net/rxrpc/net_ns.c
24
struct rxrpc_net *rxnet =
net/rxrpc/net_ns.c
25
container_of(timer, struct rxrpc_net, peer_keepalive_timer);
net/rxrpc/net_ns.c
36
struct rxrpc_net *rxnet = rxrpc_net(net);
net/rxrpc/peer_event.c
258
static void rxrpc_peer_keepalive_dispatch(struct rxrpc_net *rxnet,
net/rxrpc/peer_event.c
318
struct rxrpc_net *rxnet =
net/rxrpc/peer_event.c
319
container_of(work, struct rxrpc_net, peer_keepalive_work);
net/rxrpc/peer_object.c
122
struct rxrpc_net *rxnet = local->rxnet;
net/rxrpc/peer_object.c
319
struct rxrpc_net *rxnet = local->rxnet;
net/rxrpc/peer_object.c
338
struct rxrpc_net *rxnet = local->rxnet;
net/rxrpc/peer_object.c
419
struct rxrpc_net *rxnet = peer->local->rxnet;
net/rxrpc/peer_object.c
452
void rxrpc_destroy_all_peers(struct rxrpc_net *rxnet)
net/rxrpc/proc.c
122
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
131
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
139
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
147
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
209
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
218
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
226
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
234
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
319
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
34
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
354
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
42
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
434
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
451
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
477
struct rxrpc_net *rxnet = rxrpc_net(seq_file_single_net(seq));
net/rxrpc/proc.c
57
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
577
struct rxrpc_net *rxnet = rxrpc_net(seq_file_single_net(m));