Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif.h233 #define IFCAP_TOE6 0x08000 /* interface can offload TCP6 */ macro
248 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6)
/NextBSD/sys/netinet/
HDtcp_offload.c81 if (nam->sa_family == AF_INET6 && !(ifp->if_capenable & IFCAP_TOE6)) in tcp_offload_connect()
HDtoecore.c406 (family == AF_INET6 && !(ifp->if_capenable & IFCAP_TOE6))) in toe_lle_event()
/NextBSD/sys/dev/cxgbe/tom/
HDt4_listen.c1246 if ((ifp->if_capenable & IFCAP_TOE6) == 0) in do_pass_accept_req()