Lines Matching defs:tls_toe_device
48 * int (*feature)(struct tls_toe_device *device);
51 * int (*hash)(struct tls_toe_device *device, struct sock *sk);
55 * void (*unhash)(struct tls_toe_device *device, struct sock *sk);
60 * @kref: Number of reference to tls_toe_device
62 struct tls_toe_device {
65 int (*feature)(struct tls_toe_device *device);
66 int (*hash)(struct tls_toe_device *device, struct sock *sk);
67 void (*unhash)(struct tls_toe_device *device, struct sock *sk);
76 void tls_toe_register_device(struct tls_toe_device *device);
77 void tls_toe_unregister_device(struct tls_toe_device *device);