Searched refs:rxrpc_local (Results 1 – 10 of 10) sorted by relevance
/net/rxrpc/ |
D | ar-local.c | 37 struct rxrpc_local *rxrpc_alloc_local(struct sockaddr_rxrpc *srx) in rxrpc_alloc_local() 39 struct rxrpc_local *local; in rxrpc_alloc_local() 41 local = kzalloc(sizeof(struct rxrpc_local), GFP_KERNEL); in rxrpc_alloc_local() 68 static int rxrpc_create_local(struct rxrpc_local *local) in rxrpc_create_local() 138 struct rxrpc_local *rxrpc_lookup_local(struct sockaddr_rxrpc *srx) in rxrpc_lookup_local() 140 struct rxrpc_local *local; in rxrpc_lookup_local() 229 void rxrpc_put_local(struct rxrpc_local *local) in rxrpc_put_local() 251 struct rxrpc_local *local = in rxrpc_destroy_local() 252 container_of(work, struct rxrpc_local, destroyer); in rxrpc_destroy_local() 325 static void rxrpc_send_version_request(struct rxrpc_local *local, in rxrpc_send_version_request() [all …]
|
D | ar-internal.h | 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 *, [all …]
|
D | ar-transport.c | 34 static struct rxrpc_transport *rxrpc_alloc_transport(struct rxrpc_local *local, in rxrpc_alloc_transport() 78 struct rxrpc_transport *rxrpc_get_transport(struct rxrpc_local *local, in rxrpc_get_transport() 153 struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *local, in rxrpc_find_transport()
|
D | ar-accept.c | 29 static int rxrpc_busy(struct rxrpc_local *local, struct sockaddr_rxrpc *srx, in rxrpc_busy() 73 static int rxrpc_accept_incoming_call(struct rxrpc_local *local, in rxrpc_accept_incoming_call() 209 struct rxrpc_local *local = in rxrpc_accept_incoming_calls() 210 container_of(work, struct rxrpc_local, acceptor); in rxrpc_accept_incoming_calls()
|
D | ar-connevent.c | 315 void rxrpc_reject_packet(struct rxrpc_local *local, struct sk_buff *skb) in rxrpc_reject_packet() 339 struct rxrpc_local *local; in rxrpc_reject_packets() 346 local = container_of(work, struct rxrpc_local, rejecter); in rxrpc_reject_packets()
|
D | ar-input.c | 600 static void rxrpc_post_packet_to_local(struct rxrpc_local *local, in rxrpc_post_packet_to_local() 610 static struct rxrpc_connection *rxrpc_conn_from_local(struct rxrpc_local *local, in rxrpc_conn_from_local() 645 struct rxrpc_local *local; in rxrpc_data_ready()
|
D | ar-error.c | 32 struct rxrpc_local *local = sk->sk_user_data; in rxrpc_UDP_error_report()
|
D | ar-security.c | 166 struct rxrpc_local *local = conn->trans->local; in rxrpc_init_server_conn_security()
|
D | ar-peer.c | 195 struct rxrpc_peer *rxrpc_find_peer(struct rxrpc_local *local, in rxrpc_find_peer()
|
D | af_rxrpc.c | 126 struct rxrpc_local *local; in rxrpc_bind() 379 struct rxrpc_local *local; in rxrpc_connect()
|