1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
10 struct fun_ktls_tx_ctx
{
15 #if IS_ENABLED(CONFIG_TLS_DEVICE)
16 int fun_ktls_init(struct net_device
*netdev
);
17 void fun_ktls_cleanup(struct funeth_priv
*fp
);
21 static inline void fun_ktls_init(struct net_device
*netdev
)
25 static inline void fun_ktls_cleanup(struct funeth_priv
*fp
)
30 #endif /* _FUN_KTLS_H */