Lines Matching refs:rxrpc_local
125 struct rxrpc_local *local; /* local endpoint */
256 struct rxrpc_local {
287 struct rxrpc_local *local;
331 struct rxrpc_local *local; /* Representation of local endpoint */
744 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *,
747 void rxrpc_accept_incoming_calls(struct rxrpc_local *);
821 void rxrpc_clean_up_local_conns(struct rxrpc_local *);
836 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
912 extern void rxrpc_process_local_events(struct rxrpc_local *);
917 struct rxrpc_local *rxrpc_lookup_local(struct net *, const struct sockaddr_rxrpc *);
918 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *);
919 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *);
920 void rxrpc_put_local(struct rxrpc_local *);
921 struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *);
922 void rxrpc_unuse_local(struct rxrpc_local *);
923 void rxrpc_queue_local(struct rxrpc_local *);
926 static inline bool __rxrpc_unuse_local(struct rxrpc_local *local)
931 static inline bool __rxrpc_use_local(struct rxrpc_local *local)
966 void rxrpc_reject_packets(struct rxrpc_local *);
978 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *,
980 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *, struct rxrpc_local *,
982 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *, gfp_t);
983 void rxrpc_new_incoming_peer(struct rxrpc_sock *, struct rxrpc_local *,
1051 bool rxrpc_look_up_server_security(struct rxrpc_local *, struct rxrpc_sock *,