Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif.h236 #define IFCAP_TOE4 0x04000 /* interface can offload TCP */ 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.h222 #define IFCAP_TOE4 0x04000 /* interface can offload TCP */ macro
246 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6)
/f-stack/freebsd/netinet/
H A Dtcp_offload.c100 if (nam->sa_family == AF_INET && !(ifp->if_capenable & IFCAP_TOE4)) in tcp_offload_connect()
H A Dtoecore.c425 if ((family == AF_INET && !(ifp->if_capenable & IFCAP_TOE4)) || in toe_lle_event()