tls_toe_device
struct tls_toe_device tlsdev;
static inline struct chtls_dev *to_chtls_dev(struct tls_toe_device *tlsdev)
static int chtls_inline_feature(struct tls_toe_device *dev)
static int chtls_create_hash(struct tls_toe_device *dev, struct sock *sk)
static void chtls_destroy_hash(struct tls_toe_device *dev, struct sock *sk)
struct tls_toe_device *dev;
dev = container_of(kref, struct tls_toe_device, kref);
struct tls_toe_device *tlsdev = &cdev->tlsdev;
int (*feature)(struct tls_toe_device *device);
int (*hash)(struct tls_toe_device *device, struct sock *sk);
void (*unhash)(struct tls_toe_device *device, struct sock *sk);
void tls_toe_register_device(struct tls_toe_device *device);
void tls_toe_unregister_device(struct tls_toe_device *device);
struct tls_toe_device *dev;
void tls_toe_register_device(struct tls_toe_device *device)
void tls_toe_unregister_device(struct tls_toe_device *device)
struct tls_toe_device *dev;
struct tls_toe_device *dev;