Symbol: tls_toe_device
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls.h
211
struct tls_toe_device tlsdev;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls.h
459
static inline struct chtls_dev *to_chtls_dev(struct tls_toe_device *tlsdev)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
128
static int chtls_inline_feature(struct tls_toe_device *dev)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
144
static int chtls_create_hash(struct tls_toe_device *dev, struct sock *sk)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
153
static void chtls_destroy_hash(struct tls_toe_device *dev, struct sock *sk)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
177
struct tls_toe_device *dev;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
181
dev = container_of(kref, struct tls_toe_device, kref);
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
194
struct tls_toe_device *tlsdev = &cdev->tlsdev;
include/net/tls_toe.h
65
int (*feature)(struct tls_toe_device *device);
include/net/tls_toe.h
66
int (*hash)(struct tls_toe_device *device, struct sock *sk);
include/net/tls_toe.h
67
void (*unhash)(struct tls_toe_device *device, struct sock *sk);
include/net/tls_toe.h
76
void tls_toe_register_device(struct tls_toe_device *device);
include/net/tls_toe.h
77
void tls_toe_unregister_device(struct tls_toe_device *device);
net/tls/tls_toe.c
106
struct tls_toe_device *dev;
net/tls/tls_toe.c
127
void tls_toe_register_device(struct tls_toe_device *device)
net/tls/tls_toe.c
135
void tls_toe_unregister_device(struct tls_toe_device *device)
net/tls/tls_toe.c
59
struct tls_toe_device *dev;
net/tls/tls_toe.c
87
struct tls_toe_device *dev;