Lines Matching refs:rxrpc_local
138 struct rxrpc_local *local; /* local endpoint */
259 struct rxrpc_local { struct
289 struct rxrpc_local *local; argument
330 struct rxrpc_local *local; /* Representation of local endpoint */
724 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *,
727 void rxrpc_accept_incoming_calls(struct rxrpc_local *);
916 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
991 extern void rxrpc_process_local_events(struct rxrpc_local *);
996 struct rxrpc_local *rxrpc_lookup_local(struct net *, const struct sockaddr_rxrpc *);
997 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *);
998 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *);
999 void rxrpc_put_local(struct rxrpc_local *);
1000 void rxrpc_queue_local(struct rxrpc_local *);
1034 void rxrpc_reject_packets(struct rxrpc_local *);
1048 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *,
1050 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *, struct rxrpc_local *,
1052 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *, gfp_t);
1053 void rxrpc_new_incoming_peer(struct rxrpc_sock *, struct rxrpc_local *,
1118 int rxrpc_extract_addr_from_skb(struct rxrpc_local *, struct sockaddr_rxrpc *,