Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif.h280 #define IFCAP_TOE6 IFCAP_BIT(IFCAP_B_TOE6) macro
309 #define IFCAP_TOE (IFCAP_TOE4 | IFCAP_TOE6)
H A Diflib.c4591 setmask |= mask & (IFCAP_TOE4|IFCAP_TOE6); in iflib_if_ioctl()
/freebsd/sys/netinet/
H A Dtcp_offload.c101 if (nam->sa_family == AF_INET6 && !(ifp->if_capenable & IFCAP_TOE6)) in tcp_offload_connect()
H A Dtoecore.c436 (family == AF_INET6 && !(ifp->if_capenable & IFCAP_TOE6))) in toe_lle_event()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1281 if ((if_getcapenable(ifp) & IFCAP_TOE6) == 0) in do_pass_accept_req()