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