Lines Matching defs:mss
65 int tlen; /* send() buffer size, may exceed mss */
67 int gso_len; /* mss after applying gso */
68 int r_num_mss; /* recv(): number of calls of full mss */
69 int r_len_last; /* recv(): size of last non-mss dgram, if any */
508 int i, ret, val, mss;
531 mss = test->gso_len;
533 mss = addr->sa_family == AF_INET ? CONST_MSS_V4 : CONST_MSS_V6;
539 if (ret != mss)
540 error(1, 0, "recv.%d: %d != %d", i, ret, mss);
543 /* Recv the non-full last datagram, if tlen was not a multiple of mss */