Lines Matching refs:rxrpc_connection

29 struct rxrpc_connection;
113 struct rxrpc_connection *conn_backlog[RXRPC_BACKLOG_MAX];
212 int (*init_connection_security)(struct rxrpc_connection *);
215 int (*prime_packet_security)(struct rxrpc_connection *);
235 int (*issue_challenge)(struct rxrpc_connection *);
238 int (*respond_to_challenge)(struct rxrpc_connection *,
243 int (*verify_response)(struct rxrpc_connection *,
248 void (*clear)(struct rxrpc_connection *);
396 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */
404 struct rxrpc_connection { struct
547 struct rxrpc_connection *conn; /* connection carrying call */
818 void rxrpc_put_client_conn(struct rxrpc_connection *);
827 void rxrpc_process_delayed_final_acks(struct rxrpc_connection *, bool);
835 struct rxrpc_connection *rxrpc_alloc_connection(gfp_t);
836 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
839 void __rxrpc_disconnect_call(struct rxrpc_connection *, struct rxrpc_call *);
841 void rxrpc_kill_connection(struct rxrpc_connection *);
842 bool rxrpc_queue_conn(struct rxrpc_connection *);
843 void rxrpc_see_connection(struct rxrpc_connection *);
844 struct rxrpc_connection *rxrpc_get_connection(struct rxrpc_connection *);
845 struct rxrpc_connection *rxrpc_get_connection_maybe(struct rxrpc_connection *);
846 void rxrpc_put_service_conn(struct rxrpc_connection *);
850 static inline bool rxrpc_conn_is_client(const struct rxrpc_connection *conn) in rxrpc_conn_is_client()
855 static inline bool rxrpc_conn_is_service(const struct rxrpc_connection *conn) in rxrpc_conn_is_service()
860 static inline void rxrpc_put_connection(struct rxrpc_connection *conn) in rxrpc_put_connection()
871 static inline void rxrpc_reduce_conn_timer(struct rxrpc_connection *conn, in rxrpc_reduce_conn_timer()
880 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *,
882 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *, gfp_t);
883 void rxrpc_new_incoming_connection(struct rxrpc_sock *, struct rxrpc_connection *,
886 void rxrpc_unpublish_service_conn(struct rxrpc_connection *);
906 int rxrpc_get_server_data_key(struct rxrpc_connection *, const void *, time64_t,
1050 int rxrpc_init_client_conn_security(struct rxrpc_connection *);