Searched refs:tso_maxlen (Results 1 – 1 of 1) sorted by relevance
2253 int32_t tso_maxlen; in tcp_output() local2255 tso_maxlen = tp->tso_max_segment_size ? in tcp_output()2259 if (len > tso_maxlen - hdrlen) { in tcp_output()2260 len = tso_maxlen - hdrlen; in tcp_output()