Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c2367 int32_t tso_maxlen; in tcp_output() local
2369 tso_maxlen = tp->tso_max_segment_size ? in tcp_output()
2373 if (len > tso_maxlen - hdrlen) { in tcp_output()
2374 len = tso_maxlen - hdrlen; in tcp_output()