Home
last modified time | relevance | path

Searched refs:IFCAP_TXTLS6 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dif.h250 #define IFCAP_TXTLS6 0x10000000 /* can do TLS encryption and segmentation for TCP6 */ macro
261 #define IFCAP_TXTLS (IFCAP_TXTLS4 | IFCAP_TXTLS6)
/f-stack/tools/compat/include/net/
H A Dif.h236 #define IFCAP_TXTLS6 0x10000000 /* can do TLS encryption and segmentation for TCP6 */ macro
247 #define IFCAP_TXTLS (IFCAP_TXTLS4 | IFCAP_TXTLS6)
/f-stack/freebsd/kern/
H A Duipc_ktls.c876 if ((ifp->if_capenable & IFCAP_TXTLS6) == 0) { in ktls_alloc_snd_tag()