forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/net/smc/smc_close.h
....@@ -23,5 +23,8 @@
2323 int smc_close_active(struct smc_sock *smc);
2424 int smc_close_shutdown_write(struct smc_sock *smc);
2525 void smc_close_init(struct smc_sock *smc);
26
+void smc_clcsock_release(struct smc_sock *smc);
27
+int smc_close_abort(struct smc_connection *conn);
28
+void smc_close_active_abort(struct smc_sock *smc);
2629
2730 #endif /* SMC_CLOSE_H */