Lines Matching refs:rxrpc_connection
40 struct rxrpc_connection;
126 struct rxrpc_connection *conn_backlog[RXRPC_BACKLOG_MAX];
218 int (*init_connection_security)(struct rxrpc_connection *);
221 int (*prime_packet_security)(struct rxrpc_connection *);
238 int (*issue_challenge)(struct rxrpc_connection *);
241 int (*respond_to_challenge)(struct rxrpc_connection *,
246 int (*verify_response)(struct rxrpc_connection *,
251 void (*clear)(struct rxrpc_connection *);
401 struct rxrpc_connection { struct
537 struct rxrpc_connection *conn; /* connection carrying call */
900 void rxrpc_put_client_conn(struct rxrpc_connection *);
915 struct rxrpc_connection *rxrpc_alloc_connection(gfp_t);
916 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
919 void __rxrpc_disconnect_call(struct rxrpc_connection *, struct rxrpc_call *);
921 void rxrpc_kill_connection(struct rxrpc_connection *);
922 bool rxrpc_queue_conn(struct rxrpc_connection *);
923 void rxrpc_see_connection(struct rxrpc_connection *);
924 void rxrpc_get_connection(struct rxrpc_connection *);
925 struct rxrpc_connection *rxrpc_get_connection_maybe(struct rxrpc_connection *);
926 void rxrpc_put_service_conn(struct rxrpc_connection *);
930 static inline bool rxrpc_conn_is_client(const struct rxrpc_connection *conn) in rxrpc_conn_is_client()
935 static inline bool rxrpc_conn_is_service(const struct rxrpc_connection *conn) in rxrpc_conn_is_service()
940 static inline void rxrpc_put_connection(struct rxrpc_connection *conn) in rxrpc_put_connection()
951 static inline void rxrpc_reduce_conn_timer(struct rxrpc_connection *conn, in rxrpc_reduce_conn_timer()
960 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *,
962 struct rxrpc_connection *rxrpc_prealloc_service_connection(struct rxrpc_net *, gfp_t);
964 struct rxrpc_connection *, struct sk_buff *);
965 void rxrpc_unpublish_service_conn(struct rxrpc_connection *);
985 int rxrpc_get_server_data_key(struct rxrpc_connection *, const void *, time64_t,
1084 int rxrpc_init_client_conn_security(struct rxrpc_connection *);
1085 int rxrpc_init_server_conn_security(struct rxrpc_connection *);