Lines Matching refs:rxrpc_connection

39 struct rxrpc_connection;
123 struct rxrpc_connection *conn_backlog[RXRPC_BACKLOG_MAX];
234 int (*init_connection_security)(struct rxrpc_connection *,
258 int (*issue_challenge)(struct rxrpc_connection *);
261 int (*respond_to_challenge)(struct rxrpc_connection *,
266 int (*verify_response)(struct rxrpc_connection *,
271 void (*clear)(struct rxrpc_connection *);
418 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */
426 struct rxrpc_connection { struct
571 struct rxrpc_connection *conn; /* connection carrying call */
842 void rxrpc_put_client_conn(struct rxrpc_connection *);
851 void rxrpc_process_delayed_final_acks(struct rxrpc_connection *, bool);
859 struct rxrpc_connection *rxrpc_alloc_connection(gfp_t);
860 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
863 void __rxrpc_disconnect_call(struct rxrpc_connection *, struct rxrpc_call *);
865 void rxrpc_kill_connection(struct rxrpc_connection *);
866 bool rxrpc_queue_conn(struct rxrpc_connection *);
867 void rxrpc_see_connection(struct rxrpc_connection *);
868 struct rxrpc_connection *rxrpc_get_connection(struct rxrpc_connection *);
869 struct rxrpc_connection *rxrpc_get_connection_maybe(struct rxrpc_connection *);
870 void rxrpc_put_service_conn(struct rxrpc_connection *);
874 static inline bool rxrpc_conn_is_client(const struct rxrpc_connection *conn) in rxrpc_conn_is_client()
879 static inline bool rxrpc_conn_is_service(const struct rxrpc_connection *conn) in rxrpc_conn_is_service()
884 static inline void rxrpc_put_connection(struct rxrpc_connection *conn) in rxrpc_put_connection()
895 static inline void rxrpc_reduce_conn_timer(struct rxrpc_connection *conn, in rxrpc_reduce_conn_timer()
904 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *,
906 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *, gfp_t);
907 void rxrpc_new_incoming_connection(struct rxrpc_sock *, struct rxrpc_connection *,
909 void rxrpc_unpublish_service_conn(struct rxrpc_connection *);
927 int rxrpc_get_server_data_key(struct rxrpc_connection *, const void *, time64_t,
1071 int rxrpc_init_client_conn_security(struct rxrpc_connection *);
1074 struct key *rxrpc_look_up_server_security(struct rxrpc_connection *,