Searched refs:rxrpc_net (Results 1 – 12 of 12) sorted by relevance
| /linux/net/rxrpc/ |
| H A D | proc.c | 34 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_start() 42 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_next() 57 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_show() 122 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_start() 131 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_next() 139 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_stop() 147 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_show() 209 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_bundle_seq_start() 218 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_bundle_seq_next() 226 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_bundle_seq_stop() [all …]
|
| H A D | net_ns.c | 15 struct rxrpc_net *rxnet = in rxrpc_service_conn_reap_timeout() 16 container_of(timer, struct rxrpc_net, service_conn_reap_timer); in rxrpc_service_conn_reap_timeout() 24 struct rxrpc_net *rxnet = in rxrpc_peer_keepalive_timeout() 25 container_of(timer, struct rxrpc_net, peer_keepalive_timer); in rxrpc_peer_keepalive_timeout() 36 struct rxrpc_net *rxnet = rxrpc_net(net); in rxrpc_init_net() 105 struct rxrpc_net *rxnet = rxrpc_net(net); in rxrpc_exit_net() 123 .size = sizeof(struct rxrpc_net),
|
| H A D | conn_object.c | 23 static void rxrpc_set_service_reap_timer(struct rxrpc_net *rxnet, 55 struct rxrpc_connection *rxrpc_alloc_connection(struct rxrpc_net *rxnet, in rxrpc_alloc_connection() 277 static void rxrpc_set_service_reap_timer(struct rxrpc_net *rxnet, in rxrpc_set_service_reap_timer() 291 struct rxrpc_net *rxnet = conn->rxnet; in rxrpc_rcu_free_connection() 310 struct rxrpc_net *rxnet = conn->rxnet; in rxrpc_clean_up_connection() 390 struct rxrpc_net *rxnet = in rxrpc_service_connection_reaper() 391 container_of(work, struct rxrpc_net, service_conn_reaper); in rxrpc_service_connection_reaper() 466 void rxrpc_destroy_all_connections(struct rxrpc_net *rxnet) in rxrpc_destroy_all_connections()
|
| H A D | ar-internal.h | 67 struct rxrpc_net { struct 334 struct rxrpc_net *rxnet; /* Our bits in the network namespace */ 528 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */ 700 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */ 1072 void rxrpc_destroy_all_calls(struct rxrpc_net *); 1174 struct rxrpc_connection *rxrpc_alloc_connection(struct rxrpc_net *, gfp_t); 1189 void rxrpc_destroy_all_connections(struct rxrpc_net *); 1212 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *, gfp_t); 1306 void rxrpc_destroy_all_locals(struct rxrpc_net *); 1348 static inline struct rxrpc_net *rxrpc_net(struct net *net) in rxrpc_net() function [all …]
|
| H A D | local_object.c | 120 local->rxnet = rxrpc_net(net); in rxrpc_alloc_local() 251 struct rxrpc_net *rxnet = rxrpc_net(net); in rxrpc_lookup_local() 423 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_destroy_local() 469 void rxrpc_destroy_all_locals(struct rxrpc_net *rxnet) in rxrpc_destroy_all_locals()
|
| H A D | peer_object.c | 122 struct rxrpc_net *rxnet = local->rxnet; in __rxrpc_lookup_peer_rcu() 319 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_new_incoming_peer() 338 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_lookup_peer() 419 struct rxrpc_net *rxnet = peer->local->rxnet; in __rxrpc_put_peer() 452 void rxrpc_destroy_all_peers(struct rxrpc_net *rxnet) in rxrpc_destroy_all_peers()
|
| H A D | call_object.c | 125 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_alloc_call() 329 struct rxrpc_net *rxnet; in rxrpc_new_client_call() 645 struct rxrpc_net *rxnet = call->rxnet; in rxrpc_put_call() 671 struct rxrpc_net *rxnet = READ_ONCE(call->rxnet); in rxrpc_rcu_free_call() 725 void rxrpc_destroy_all_calls(struct rxrpc_net *rxnet) in rxrpc_destroy_all_calls()
|
| H A D | call_accept.c | 41 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_service_prealloc_one() 182 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_discard_prealloc()
|
| H A D | peer_event.c | 258 static void rxrpc_peer_keepalive_dispatch(struct rxrpc_net *rxnet, in rxrpc_peer_keepalive_dispatch() 318 struct rxrpc_net *rxnet = in rxrpc_peer_keepalive_worker() 319 container_of(work, struct rxrpc_net, peer_keepalive_work); in rxrpc_peer_keepalive_worker()
|
| H A D | conn_client.c | 156 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_alloc_client_connection() 208 struct rxrpc_net *rxnet; in rxrpc_may_reuse_conn() 729 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_kill_client_conn()
|
| H A D | conn_service.c | 120 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *rxnet, in rxrpc_prealloc_service_connection()
|
| H A D | af_rxrpc.c | 803 struct rxrpc_net *rxnet; in rxrpc_create() 845 rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_create()
|