Home
last modified time | relevance | path

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

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