Lines Matching refs:rxrpc_local
134 struct rxrpc_local *local; /* local endpoint */
264 struct rxrpc_local { struct
295 struct rxrpc_local *local; argument
336 struct rxrpc_local *local; /* Representation of local endpoint */
746 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *,
749 void rxrpc_accept_incoming_calls(struct rxrpc_local *);
919 void rxrpc_clean_up_local_conns(struct rxrpc_local *);
933 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
1008 extern void rxrpc_process_local_events(struct rxrpc_local *);
1013 struct rxrpc_local *rxrpc_lookup_local(struct net *, const struct sockaddr_rxrpc *);
1014 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *);
1015 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *);
1016 void rxrpc_put_local(struct rxrpc_local *);
1017 struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *);
1018 void rxrpc_unuse_local(struct rxrpc_local *);
1019 void rxrpc_queue_local(struct rxrpc_local *);
1053 void rxrpc_reject_packets(struct rxrpc_local *);
1067 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *,
1069 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *, struct rxrpc_local *,
1071 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *, gfp_t);
1072 void rxrpc_new_incoming_peer(struct rxrpc_sock *, struct rxrpc_local *,