Lines Matching refs:rxrpc_local
127 struct rxrpc_local *local; /* local endpoint */
271 struct rxrpc_local { struct
302 struct rxrpc_local *local; argument
346 struct rxrpc_local *local; /* Representation of local endpoint */
761 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *,
764 void rxrpc_accept_incoming_calls(struct rxrpc_local *);
838 void rxrpc_clean_up_local_conns(struct rxrpc_local *);
853 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
926 extern void rxrpc_process_local_events(struct rxrpc_local *);
931 struct rxrpc_local *rxrpc_lookup_local(struct net *, const struct sockaddr_rxrpc *);
932 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *);
933 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *);
934 void rxrpc_put_local(struct rxrpc_local *);
935 struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *);
936 void rxrpc_unuse_local(struct rxrpc_local *);
937 void rxrpc_queue_local(struct rxrpc_local *);
940 static inline bool __rxrpc_unuse_local(struct rxrpc_local *local) in __rxrpc_unuse_local()
945 static inline bool __rxrpc_use_local(struct rxrpc_local *local) in __rxrpc_use_local()
980 void rxrpc_reject_packets(struct rxrpc_local *);
993 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *,
995 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *, struct rxrpc_local *,
997 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *, gfp_t);
998 void rxrpc_new_incoming_peer(struct rxrpc_sock *, struct rxrpc_local *,