Lines Matching refs:rxrpc_local
134 struct rxrpc_local *local; /* local endpoint */
265 struct rxrpc_local { struct
296 struct rxrpc_local *local; argument
337 struct rxrpc_local *local; /* Representation of local endpoint */
747 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *,
750 void rxrpc_accept_incoming_calls(struct rxrpc_local *);
920 void rxrpc_clean_up_local_conns(struct rxrpc_local *);
934 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
1010 extern void rxrpc_process_local_events(struct rxrpc_local *);
1015 struct rxrpc_local *rxrpc_lookup_local(struct net *, const struct sockaddr_rxrpc *);
1016 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *);
1017 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *);
1018 void rxrpc_put_local(struct rxrpc_local *);
1019 struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *);
1020 void rxrpc_unuse_local(struct rxrpc_local *);
1021 void rxrpc_queue_local(struct rxrpc_local *);
1055 void rxrpc_reject_packets(struct rxrpc_local *);
1069 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *,
1071 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *, struct rxrpc_local *,
1073 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *, gfp_t);
1074 void rxrpc_new_incoming_peer(struct rxrpc_sock *, struct rxrpc_local *,
1108 bool rxrpc_look_up_server_security(struct rxrpc_local *, struct rxrpc_sock *,