Home
last modified time | relevance | path

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

/linux-4.4.14/net/rxrpc/
Dar-transport.c34 static struct rxrpc_transport *rxrpc_alloc_transport(struct rxrpc_local *local, in rxrpc_alloc_transport()
38 struct rxrpc_transport *trans; in rxrpc_alloc_transport()
42 trans = kzalloc(sizeof(struct rxrpc_transport), gfp); in rxrpc_alloc_transport()
78 struct rxrpc_transport *rxrpc_get_transport(struct rxrpc_local *local, in rxrpc_get_transport()
82 struct rxrpc_transport *trans, *candidate; in rxrpc_get_transport()
153 struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *local, in rxrpc_find_transport()
156 struct rxrpc_transport *trans; in rxrpc_find_transport()
186 void rxrpc_put_transport(struct rxrpc_transport *trans) in rxrpc_put_transport()
206 static void rxrpc_cleanup_transport(struct rxrpc_transport *trans) in rxrpc_cleanup_transport()
222 struct rxrpc_transport *trans, *_p; in rxrpc_transport_reaper()
[all …]
Dar-internal.h57 struct rxrpc_transport *trans; /* transport handler */
202 struct rxrpc_transport { struct
243 struct rxrpc_transport *trans; /* transport session */
472 struct rxrpc_transport *,
492 struct rxrpc_transport *,
494 void rxrpc_put_bundle(struct rxrpc_transport *, struct rxrpc_conn_bundle *);
495 int rxrpc_connect_call(struct rxrpc_sock *, struct rxrpc_transport *,
499 struct rxrpc_connection *rxrpc_find_connection(struct rxrpc_transport *,
502 rxrpc_incoming_connection(struct rxrpc_transport *, struct rxrpc_header *,
552 int rxrpc_send_packet(struct rxrpc_transport *, struct sk_buff *);
[all …]
Dar-error.c31 struct rxrpc_transport *trans; in rxrpc_UDP_error_report()
129 struct rxrpc_transport *trans = in rxrpc_UDP_error_handler()
130 container_of(work, struct rxrpc_transport, error_handler); in rxrpc_UDP_error_handler()
Dar-proc.c49 struct rxrpc_transport *trans; in rxrpc_call_seq_show()
132 struct rxrpc_transport *trans; in rxrpc_connection_seq_show()
Daf_rxrpc.c223 static struct rxrpc_transport *rxrpc_name_to_transport(struct socket *sock, in rxrpc_name_to_transport()
229 struct rxrpc_transport *trans; in rxrpc_name_to_transport()
276 struct rxrpc_transport *trans; in rxrpc_kernel_begin_call()
378 struct rxrpc_transport *trans; in rxrpc_connect()
446 struct rxrpc_transport *trans; in rxrpc_sendmsg()
Dar-connection.c70 struct rxrpc_transport *trans, in rxrpc_get_bundle()
175 void rxrpc_put_bundle(struct rxrpc_transport *trans, in rxrpc_put_bundle()
336 struct rxrpc_transport *trans, in rxrpc_connect_exclusive()
430 struct rxrpc_transport *trans, in rxrpc_connect_call()
622 rxrpc_incoming_connection(struct rxrpc_transport *trans, in rxrpc_incoming_connection()
753 struct rxrpc_connection *rxrpc_find_connection(struct rxrpc_transport *trans, in rxrpc_find_connection()
Dar-output.c131 int rxrpc_client_sendmsg(struct rxrpc_sock *rx, struct rxrpc_transport *trans, in rxrpc_client_sendmsg()
332 int rxrpc_send_packet(struct rxrpc_transport *trans, struct sk_buff *skb) in rxrpc_send_packet()
Dar-accept.c79 struct rxrpc_transport *trans; in rxrpc_accept_incoming_call()
Dar-call.c253 struct rxrpc_transport *trans, in rxrpc_alloc_client_call()
316 struct rxrpc_transport *trans, in rxrpc_get_client_call()
Dar-input.c615 struct rxrpc_transport *trans; in rxrpc_conn_from_local()