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

/linux-master/net/rxrpc/
H A Dnet_ns.c15 struct rxrpc_net *rxnet =
16 container_of(timer, struct rxrpc_net, service_conn_reap_timer);
24 struct rxrpc_net *rxnet =
25 container_of(timer, struct rxrpc_net, peer_keepalive_timer);
36 struct rxrpc_net *rxnet = rxrpc_net(net);
105 struct rxrpc_net *rxnet = rxrpc_net(net);
123 .size = sizeof(struct rxrpc_net),
H A Dproc.c30 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
38 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
53 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
118 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
127 struct rxrpc_net *rxnet = rxrpc_net(seq_file_ne
[all...]
H A Dconn_object.c23 static void rxrpc_set_service_reap_timer(struct rxrpc_net *rxnet,
55 struct rxrpc_connection *rxrpc_alloc_connection(struct rxrpc_net *rxnet,
280 static void rxrpc_set_service_reap_timer(struct rxrpc_net *rxnet,
294 struct rxrpc_net *rxnet = conn->rxnet;
313 struct rxrpc_net *rxnet = conn->rxnet;
388 struct rxrpc_net *rxnet =
389 container_of(work, struct rxrpc_net, service_conn_reaper);
464 void rxrpc_destroy_all_connections(struct rxrpc_net *rxnet)
H A Dar-internal.h63 struct rxrpc_net { struct
292 struct rxrpc_net *rxnet; /* Our bits in the network namespace */
474 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */
621 struct rxrpc_net *rxnet; /* Network namespace to which call belongs */
898 void rxrpc_destroy_all_calls(struct rxrpc_net *);
1001 struct rxrpc_connection *rxrpc_alloc_connection(struct rxrpc_net *, gfp_t);
1016 void rxrpc_destroy_all_connections(struct rxrpc_net *);
1039 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *, gfp_t);
1102 void rxrpc_destroy_all_locals(struct rxrpc_net *);
1144 static inline struct rxrpc_net *rxrpc_ne function
[all...]
H A Dpeer_object.c122 struct rxrpc_net *rxnet = local->rxnet;
310 struct rxrpc_net *rxnet = local->rxnet;
329 struct rxrpc_net *rxnet = local->rxnet;
410 struct rxrpc_net *rxnet = peer->local->rxnet;
443 void rxrpc_destroy_all_peers(struct rxrpc_net *rxnet)
H A Dlocal_object.c120 local->rxnet = rxrpc_net(net);
254 struct rxrpc_net *rxnet = rxrpc_net(net);
426 struct rxrpc_net *rxnet = local->rxnet;
474 void rxrpc_destroy_all_locals(struct rxrpc_net *rxnet)
H A Dpeer_event.c230 static void rxrpc_peer_keepalive_dispatch(struct rxrpc_net *rxnet,
290 struct rxrpc_net *rxnet =
291 container_of(work, struct rxrpc_net, peer_keepalive_work);
H A Dcall_accept.c42 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk));
181 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk));
H A Dconn_service.c120 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *rxnet,
H A Dcall_object.c126 struct rxrpc_net *rxnet = rxrpc_net(sock_net(&rx->sk));
335 struct rxrpc_net *rxnet;
638 struct rxrpc_net *rxnet = call->rxnet;
666 struct rxrpc_net *rxnet = READ_ONCE(call->rxnet);
731 void rxrpc_destroy_all_calls(struct rxrpc_net *rxnet)
H A Dconn_client.c156 struct rxrpc_net *rxnet = local->rxnet;
208 struct rxrpc_net *rxnet;
723 struct rxrpc_net *rxnet = local->rxnet;
H A Daf_rxrpc.c815 struct rxrpc_net *rxnet;
855 rxnet = rxrpc_net(sock_net(&rx->sk));

Completed in 216 milliseconds