Home | History | Annotate | Download | only in netinet

Lines Matching defs:use_tso

528 	int has_tso, use_tso;
637 use_tso = has_tso;
640 use_tso = 0;
654 use_tso = 0;
890 if (use_tso) {
901 use_tso = 0;
908 use_tso = 0;
1220 if (!use_tso && len > txsegsize)
1222 else if (use_tso && len > IP_MAXPACKET)
1428 if (use_tso) {
1444 if (use_tso) {