Searched refs:rxrpc_net (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/net/rxrpc/ |
D | proc.c | 30 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_start() 38 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_next() 53 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_show() 120 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_start() 129 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_next() 137 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_stop() 145 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_show() 244 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_peer_seq_start() 279 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_peer_seq_next() 359 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_local_seq_start() [all …]
|
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() 101 struct rxrpc_net *rxnet = rxrpc_net(net); in rxrpc_exit_net() 119 .size = sizeof(struct rxrpc_net),
|
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() 279 static void rxrpc_set_service_reap_timer(struct rxrpc_net *rxnet, in rxrpc_set_service_reap_timer() 293 struct rxrpc_net *rxnet = conn->rxnet; in rxrpc_rcu_free_connection() 312 struct rxrpc_net *rxnet = conn->rxnet; in rxrpc_clean_up_connection() 384 struct rxrpc_net *rxnet = in rxrpc_service_connection_reaper() 385 container_of(work, struct rxrpc_net, service_conn_reaper); in rxrpc_service_connection_reaper() 460 void rxrpc_destroy_all_connections(struct rxrpc_net *rxnet) in rxrpc_destroy_all_connections()
|
D | ar-internal.h | 63 struct rxrpc_net { struct 281 struct rxrpc_net *rxnet; /* Our bits in the network namespace */ 459 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */ 604 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */ 883 void rxrpc_destroy_all_calls(struct rxrpc_net *); 986 struct rxrpc_connection *rxrpc_alloc_connection(struct rxrpc_net *, gfp_t); 1001 void rxrpc_destroy_all_connections(struct rxrpc_net *); 1024 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *, gfp_t); 1086 void rxrpc_destroy_all_locals(struct rxrpc_net *); 1128 static inline struct rxrpc_net *rxrpc_net(struct net *net) in rxrpc_net() function [all …]
|
D | local_object.c | 109 local->rxnet = rxrpc_net(net); in rxrpc_alloc_local() 243 struct rxrpc_net *rxnet = rxrpc_net(net); in rxrpc_lookup_local() 415 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_destroy_local() 460 void rxrpc_destroy_all_locals(struct rxrpc_net *rxnet) in rxrpc_destroy_all_locals()
|
D | peer_object.c | 120 struct rxrpc_net *rxnet = local->rxnet; in __rxrpc_lookup_peer_rcu() 308 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_new_incoming_peer() 327 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_lookup_peer() 408 struct rxrpc_net *rxnet = peer->local->rxnet; in __rxrpc_put_peer() 441 void rxrpc_destroy_all_peers(struct rxrpc_net *rxnet) in rxrpc_destroy_all_peers()
|
D | peer_event.c | 230 static void rxrpc_peer_keepalive_dispatch(struct rxrpc_net *rxnet, in rxrpc_peer_keepalive_dispatch() 290 struct rxrpc_net *rxnet = in rxrpc_peer_keepalive_worker() 291 container_of(work, struct rxrpc_net, peer_keepalive_work); in rxrpc_peer_keepalive_worker()
|
D | call_object.c | 135 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_alloc_call() 345 struct rxrpc_net *rxnet; in rxrpc_new_client_call() 643 struct rxrpc_net *rxnet = call->rxnet; in rxrpc_put_call() 671 struct rxrpc_net *rxnet = READ_ONCE(call->rxnet); in rxrpc_rcu_free_call() 735 void rxrpc_destroy_all_calls(struct rxrpc_net *rxnet) in rxrpc_destroy_all_calls()
|
D | call_accept.c | 42 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_service_prealloc_one() 181 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_discard_prealloc()
|
D | conn_service.c | 119 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *rxnet, in rxrpc_prealloc_service_connection()
|
D | conn_client.c | 146 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_alloc_client_connection() 198 struct rxrpc_net *rxnet; in rxrpc_may_reuse_conn() 712 struct rxrpc_net *rxnet = local->rxnet; in rxrpc_kill_client_conn()
|
D | af_rxrpc.c | 769 struct rxrpc_net *rxnet; in rxrpc_create() 809 rxnet = rxrpc_net(sock_net(&rx->sk)); in rxrpc_create()
|