Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Dtcp_output.c2182 int32_t tso_maxlen; in tcp_output() local
2184 tso_maxlen = tp->tso_max_segment_size ? in tcp_output()
2188 if (len > tso_maxlen - hdrlen) { in tcp_output()
2189 len = tso_maxlen - hdrlen; in tcp_output()