Searched refs:IFCAP_TXTLS6 (Results 1 – 3 of 3) sorted by relevance
250 #define IFCAP_TXTLS6 0x10000000 /* can do TLS encryption and segmentation for TCP6 */ macro261 #define IFCAP_TXTLS (IFCAP_TXTLS4 | IFCAP_TXTLS6)
236 #define IFCAP_TXTLS6 0x10000000 /* can do TLS encryption and segmentation for TCP6 */ macro247 #define IFCAP_TXTLS (IFCAP_TXTLS4 | IFCAP_TXTLS6)
876 if ((ifp->if_capenable & IFCAP_TXTLS6) == 0) { in ktls_alloc_snd_tag()