Home
last modified time | relevance | path

Searched refs:rxrpc_net (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/net/rxrpc/
Dproc.c31 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_start()
40 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_next()
49 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_stop()
61 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_show()
135 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_start()
144 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_next()
152 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_stop()
160 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_show()
255 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_peer_seq_start()
290 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_peer_seq_next()
Dnet_ns.c15 struct rxrpc_net *rxnet = in rxrpc_client_conn_reap_timeout()
16 container_of(timer, struct rxrpc_net, client_conn_reap_timer); in rxrpc_client_conn_reap_timeout()
24 struct rxrpc_net *rxnet = in rxrpc_service_conn_reap_timeout()
25 container_of(timer, struct rxrpc_net, service_conn_reap_timer); in rxrpc_service_conn_reap_timeout()
33 struct rxrpc_net *rxnet = in rxrpc_peer_keepalive_timeout()
34 container_of(timer, struct rxrpc_net, peer_keepalive_timer); in rxrpc_peer_keepalive_timeout()
45 struct rxrpc_net *rxnet = rxrpc_net(net); in rxrpc_init_net()
113 struct rxrpc_net *rxnet = rxrpc_net(net); in rxrpc_exit_net()
129 .size = sizeof(struct rxrpc_net),
Dconn_client.c52 struct rxrpc_net *rxnet = conn->params.local->rxnet; in rxrpc_get_client_connection_id()
157 struct rxrpc_net *rxnet = bundle->params.local->rxnet; in rxrpc_alloc_client_connection()
215 struct rxrpc_net *rxnet; in rxrpc_may_reuse_conn()
561 struct rxrpc_net *rxnet = bundle->params.local->rxnet; in rxrpc_unidle_conn()
697 struct rxrpc_net *rxnet = cp->local->rxnet; in rxrpc_connect_call()
768 static void rxrpc_set_client_reap_timer(struct rxrpc_net *rxnet) in rxrpc_set_client_reap_timer()
786 struct rxrpc_net *rxnet = bundle->params.local->rxnet; in rxrpc_disconnect_client_call()
947 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_kill_client_conn()
985 struct rxrpc_net *rxnet = in rxrpc_discard_expired_client_conns()
986 container_of(work, struct rxrpc_net, client_conn_reaper); in rxrpc_discard_expired_client_conns()
[all …]
Dar-internal.h67 struct rxrpc_net { struct
283 struct rxrpc_net *rxnet; /* The network ns in which this resides */
574 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */
814 void rxrpc_destroy_all_calls(struct rxrpc_net *);
844 void rxrpc_destroy_all_client_connections(struct rxrpc_net *);
872 void rxrpc_destroy_all_connections(struct rxrpc_net *);
906 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *, gfp_t);
945 void rxrpc_destroy_all_locals(struct rxrpc_net *);
976 static inline struct rxrpc_net *rxrpc_net(struct net *net) in rxrpc_net() function
1006 void rxrpc_destroy_all_peers(struct rxrpc_net *);
Dlocal_object.c75 static struct rxrpc_local *rxrpc_alloc_local(struct rxrpc_net *rxnet, in rxrpc_alloc_local()
179 struct rxrpc_net *rxnet = rxrpc_net(net); in rxrpc_lookup_local()
367 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_local_destroyer()
450 void rxrpc_destroy_all_locals(struct rxrpc_net *rxnet) in rxrpc_destroy_all_locals()
Dconn_object.c234 struct rxrpc_net *rxnet = conn->params.local->rxnet; in rxrpc_kill_connection()
322 static void rxrpc_set_service_reap_timer(struct rxrpc_net *rxnet, in rxrpc_set_service_reap_timer()
382 struct rxrpc_net *rxnet = in rxrpc_service_connection_reaper()
383 container_of(work, struct rxrpc_net, service_conn_reaper); in rxrpc_service_connection_reaper()
456 void rxrpc_destroy_all_connections(struct rxrpc_net *rxnet) in rxrpc_destroy_all_connections()
Dpeer_object.c120 struct rxrpc_net *rxnet = local->rxnet; in __rxrpc_lookup_peer_rcu()
310 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_new_incoming_peer()
330 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_lookup_peer()
414 struct rxrpc_net *rxnet = peer->local->rxnet; in __rxrpc_put_peer()
468 void rxrpc_destroy_all_peers(struct rxrpc_net *rxnet) in rxrpc_destroy_all_peers()
Dcall_object.c106 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_alloc_call()
259 struct rxrpc_net *rxnet; in rxrpc_new_client_call()
589 struct rxrpc_net *rxnet = call->rxnet; in rxrpc_put_call()
619 struct rxrpc_net *rxnet = call->rxnet; in rxrpc_destroy_call()
671 void rxrpc_destroy_all_calls(struct rxrpc_net *rxnet) in rxrpc_destroy_all_calls()
Dcall_accept.c43 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_service_prealloc_one()
183 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_discard_prealloc()
Dpeer_event.c302 static void rxrpc_peer_keepalive_dispatch(struct rxrpc_net *rxnet, in rxrpc_peer_keepalive_dispatch()
358 struct rxrpc_net *rxnet = in rxrpc_peer_keepalive_worker()
359 container_of(work, struct rxrpc_net, peer_keepalive_work); in rxrpc_peer_keepalive_worker()
Dconn_service.c125 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *rxnet, in rxrpc_prealloc_service_connection()
Daf_rxrpc.c749 struct rxrpc_net *rxnet; in rxrpc_create()
789 rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_create()