Home
last modified time | relevance | path

Searched refs:IFCAP_TSO4 (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif.h143 #define IFCAP_TSO4 0x00020 /* can do TCP Segmentation Offload */ macro
156 #define IFCAP_TSO (IFCAP_TSO4 | IFCAP_TSO6)
H A Dkpi_interface.c1098 ifcaps |= IFCAP_TSO4; in ifnet_set_offload_common()