Home
last modified time | relevance | path

Searched refs:rxrpc_local (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/net/rxrpc/
Dar-local.c31 struct rxrpc_local *rxrpc_alloc_local(struct sockaddr_rxrpc *srx) in rxrpc_alloc_local()
33 struct rxrpc_local *local; in rxrpc_alloc_local()
35 local = kzalloc(sizeof(struct rxrpc_local), GFP_KERNEL); in rxrpc_alloc_local()
60 static int rxrpc_create_local(struct rxrpc_local *local) in rxrpc_create_local()
130 struct rxrpc_local *rxrpc_lookup_local(struct sockaddr_rxrpc *srx) in rxrpc_lookup_local()
132 struct rxrpc_local *local; in rxrpc_lookup_local()
221 void rxrpc_put_local(struct rxrpc_local *local) in rxrpc_put_local()
243 struct rxrpc_local *local = in rxrpc_destroy_local()
244 container_of(work, struct rxrpc_local, destroyer); in rxrpc_destroy_local()
Dar-internal.h56 struct rxrpc_local *local; /* local endpoint */
150 struct rxrpc_local { struct
201 struct rxrpc_local *local; /* local transport endpoint */
489 extern void rxrpc_reject_packet(struct rxrpc_local *, struct sk_buff *);
513 extern struct rxrpc_local *rxrpc_lookup_local(struct sockaddr_rxrpc *);
514 extern void rxrpc_put_local(struct rxrpc_local *);
545 extern struct rxrpc_peer *rxrpc_find_peer(struct rxrpc_local *,
584 extern struct rxrpc_transport *rxrpc_get_transport(struct rxrpc_local *,
589 extern struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *,
767 static inline void __rxrpc_get_local(struct rxrpc_local *local, const char *f) in __rxrpc_get_local()
Dar-transport.c30 static struct rxrpc_transport *rxrpc_alloc_transport(struct rxrpc_local *local, in rxrpc_alloc_transport()
74 struct rxrpc_transport *rxrpc_get_transport(struct rxrpc_local *local, in rxrpc_get_transport()
149 struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *local, in rxrpc_find_transport()
Dar-accept.c29 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()
Dar-connevent.c315 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()
Dar-error.c32 struct rxrpc_local *local = sk->sk_user_data; in rxrpc_UDP_error_report()
Dar-security.c166 struct rxrpc_local *local = conn->trans->local; in rxrpc_init_server_conn_security()
Dar-peer.c195 struct rxrpc_peer *rxrpc_find_peer(struct rxrpc_local *local, in rxrpc_find_peer()
Daf_rxrpc.c125 struct rxrpc_local *local; in rxrpc_bind()
378 struct rxrpc_local *local; in rxrpc_connect()
Dar-input.c676 struct rxrpc_local *local; in rxrpc_data_ready()