Lines Matching refs:rxrpc_connection

37 struct rxrpc_connection;
121 struct rxrpc_connection *conn_backlog[RXRPC_BACKLOG_MAX];
220 int (*init_connection_security)(struct rxrpc_connection *);
223 int (*prime_packet_security)(struct rxrpc_connection *);
243 int (*issue_challenge)(struct rxrpc_connection *);
246 int (*respond_to_challenge)(struct rxrpc_connection *,
251 int (*verify_response)(struct rxrpc_connection *,
256 void (*clear)(struct rxrpc_connection *);
403 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */
411 struct rxrpc_connection { struct
554 struct rxrpc_connection *conn; /* connection carrying call */
825 void rxrpc_put_client_conn(struct rxrpc_connection *);
834 void rxrpc_process_delayed_final_acks(struct rxrpc_connection *, bool);
842 struct rxrpc_connection *rxrpc_alloc_connection(gfp_t);
843 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
846 void __rxrpc_disconnect_call(struct rxrpc_connection *, struct rxrpc_call *);
848 void rxrpc_kill_connection(struct rxrpc_connection *);
849 bool rxrpc_queue_conn(struct rxrpc_connection *);
850 void rxrpc_see_connection(struct rxrpc_connection *);
851 struct rxrpc_connection *rxrpc_get_connection(struct rxrpc_connection *);
852 struct rxrpc_connection *rxrpc_get_connection_maybe(struct rxrpc_connection *);
853 void rxrpc_put_service_conn(struct rxrpc_connection *);
857 static inline bool rxrpc_conn_is_client(const struct rxrpc_connection *conn) in rxrpc_conn_is_client()
862 static inline bool rxrpc_conn_is_service(const struct rxrpc_connection *conn) in rxrpc_conn_is_service()
867 static inline void rxrpc_put_connection(struct rxrpc_connection *conn) in rxrpc_put_connection()
878 static inline void rxrpc_reduce_conn_timer(struct rxrpc_connection *conn, in rxrpc_reduce_conn_timer()
887 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *,
889 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *, gfp_t);
890 void rxrpc_new_incoming_connection(struct rxrpc_sock *, struct rxrpc_connection *,
893 void rxrpc_unpublish_service_conn(struct rxrpc_connection *);
913 int rxrpc_get_server_data_key(struct rxrpc_connection *, const void *, time64_t,
1056 int rxrpc_init_client_conn_security(struct rxrpc_connection *);