Home
last modified time | relevance | path

Searched refs:IFCAP_TOE6 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/
H A Dif.h237 #define IFCAP_TOE6 0x08000 /* interface can offload TCP6 */ macro
260 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6)
H A Diflib.c4362 setmask |= mask & (IFCAP_TOE4|IFCAP_TOE6); in iflib_if_ioctl()
/f-stack/tools/compat/include/net/
H A Dif.h223 #define IFCAP_TOE6 0x08000 /* interface can offload TCP6 */ macro
246 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6)
/f-stack/freebsd/netinet/
H A Dtcp_offload.c102 if (nam->sa_family == AF_INET6 && !(ifp->if_capenable & IFCAP_TOE6)) in tcp_offload_connect()
H A Dtoecore.c426 (family == AF_INET6 && !(ifp->if_capenable & IFCAP_TOE6))) in toe_lle_event()