Lines Matching refs:rxrpc_connection
31 struct rxrpc_connection;
115 struct rxrpc_connection *conn_backlog[RXRPC_BACKLOG_MAX];
226 int (*init_connection_security)(struct rxrpc_connection *,
250 int (*issue_challenge)(struct rxrpc_connection *);
253 int (*respond_to_challenge)(struct rxrpc_connection *,
258 int (*verify_response)(struct rxrpc_connection *,
263 void (*clear)(struct rxrpc_connection *);
411 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */
419 struct rxrpc_connection { struct
564 struct rxrpc_connection *conn; /* connection carrying call */
834 void rxrpc_put_client_conn(struct rxrpc_connection *);
843 void rxrpc_process_delayed_final_acks(struct rxrpc_connection *, bool);
851 struct rxrpc_connection *rxrpc_alloc_connection(gfp_t);
852 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
855 void __rxrpc_disconnect_call(struct rxrpc_connection *, struct rxrpc_call *);
857 void rxrpc_kill_connection(struct rxrpc_connection *);
858 bool rxrpc_queue_conn(struct rxrpc_connection *);
859 void rxrpc_see_connection(struct rxrpc_connection *);
860 struct rxrpc_connection *rxrpc_get_connection(struct rxrpc_connection *);
861 struct rxrpc_connection *rxrpc_get_connection_maybe(struct rxrpc_connection *);
862 void rxrpc_put_service_conn(struct rxrpc_connection *);
866 static inline bool rxrpc_conn_is_client(const struct rxrpc_connection *conn) in rxrpc_conn_is_client()
871 static inline bool rxrpc_conn_is_service(const struct rxrpc_connection *conn) in rxrpc_conn_is_service()
876 static inline void rxrpc_put_connection(struct rxrpc_connection *conn) in rxrpc_put_connection()
887 static inline void rxrpc_reduce_conn_timer(struct rxrpc_connection *conn, in rxrpc_reduce_conn_timer()
896 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *,
898 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *, gfp_t);
899 void rxrpc_new_incoming_connection(struct rxrpc_sock *, struct rxrpc_connection *,
901 void rxrpc_unpublish_service_conn(struct rxrpc_connection *);
919 int rxrpc_get_server_data_key(struct rxrpc_connection *, const void *, time64_t,
1065 int rxrpc_init_client_conn_security(struct rxrpc_connection *);
1068 struct key *rxrpc_look_up_server_security(struct rxrpc_connection *,