Lines Matching refs:chtls_dev
102 struct chtls_dev *cdev;
120 struct chtls_dev { struct
154 struct chtls_dev *cdev; argument
186 struct chtls_dev *cdev;
321 struct chtls_dev *cdev;
365 static inline struct chtls_dev *to_chtls_dev(struct tls_device *tlsdev) in to_chtls_dev()
367 return container_of(tlsdev, struct chtls_dev, tlsdev); in to_chtls_dev()
464 typedef int (*chtls_handler_func)(struct chtls_dev *, struct sk_buff *);
467 int chtls_init_kmap(struct chtls_dev *cdev, struct cxgb4_lld_info *lldi);
468 void chtls_listen_stop(struct chtls_dev *cdev, struct sock *sk);
469 int chtls_listen_start(struct chtls_dev *cdev, struct sock *sk);