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

/net/rxrpc/
H A Dar-transport.c34 static struct rxrpc_transport *rxrpc_alloc_transport(struct rxrpc_local *local,
38 struct rxrpc_transport *trans;
42 trans = kzalloc(sizeof(struct rxrpc_transport), gfp);
78 struct rxrpc_transport *rxrpc_get_transport(struct rxrpc_local *local,
82 struct rxrpc_transport *trans, *candidate;
153 struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *local,
156 struct rxrpc_transport *trans;
186 void rxrpc_put_transport(struct rxrpc_transport *trans)
206 static void rxrpc_cleanup_transport(struct rxrpc_transport *trans)
222 struct rxrpc_transport *tran
[all...]
H A Dar-internal.h57 struct rxrpc_transport *trans; /* transport handler */
200 struct rxrpc_transport { struct
241 struct rxrpc_transport *trans; /* transport session */
470 struct rxrpc_transport *,
490 struct rxrpc_transport *,
492 void rxrpc_put_bundle(struct rxrpc_transport *, struct rxrpc_conn_bundle *);
493 int rxrpc_connect_call(struct rxrpc_sock *, struct rxrpc_transport *,
497 struct rxrpc_connection *rxrpc_find_connection(struct rxrpc_transport *,
500 rxrpc_incoming_connection(struct rxrpc_transport *, struct rxrpc_header *,
550 int rxrpc_send_packet(struct rxrpc_transport *, struc
[all...]
H A Dar-proc.c49 struct rxrpc_transport *trans;
132 struct rxrpc_transport *trans;
H A Dar-error.c31 struct rxrpc_transport *trans;
124 struct rxrpc_transport *trans =
125 container_of(work, struct rxrpc_transport, error_handler);
H A Dar-connection.c70 struct rxrpc_transport *trans,
175 void rxrpc_put_bundle(struct rxrpc_transport *trans,
336 struct rxrpc_transport *trans,
430 struct rxrpc_transport *trans,
622 rxrpc_incoming_connection(struct rxrpc_transport *trans,
753 struct rxrpc_connection *rxrpc_find_connection(struct rxrpc_transport *trans,
H A Daf_rxrpc.c223 static struct rxrpc_transport *rxrpc_name_to_transport(struct socket *sock,
229 struct rxrpc_transport *trans;
276 struct rxrpc_transport *trans;
378 struct rxrpc_transport *trans;
447 struct rxrpc_transport *trans;
H A Dar-output.c133 struct rxrpc_transport *trans, struct msghdr *msg,
338 int rxrpc_send_packet(struct rxrpc_transport *trans, struct sk_buff *skb)
H A Dar-accept.c79 struct rxrpc_transport *trans;
H A Dar-call.c253 struct rxrpc_transport *trans,
316 struct rxrpc_transport *trans,
H A Dar-input.c601 struct rxrpc_transport *trans;

Completed in 70 milliseconds