Lines Matching refs:rxrpc_local
56 struct rxrpc_local *local; /* local endpoint */
150 struct rxrpc_local { struct
203 struct rxrpc_local *local; /* local transport endpoint */
404 struct rxrpc_local *local; /* Local endpoint. Used for hashing. */
509 void rxrpc_reject_packet(struct rxrpc_local *, struct sk_buff *);
532 struct rxrpc_local *rxrpc_lookup_local(struct sockaddr_rxrpc *);
533 void rxrpc_put_local(struct rxrpc_local *);
562 struct rxrpc_peer *rxrpc_find_peer(struct rxrpc_local *, __be32, __be16);
600 struct rxrpc_transport *rxrpc_get_transport(struct rxrpc_local *,
604 struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *,
793 static inline void __rxrpc_get_local(struct rxrpc_local *local, const char *f) in __rxrpc_get_local()