Searched refs:GSO_SIZE (Results 1 – 1 of 1) sorted by relevance
342 #define GSO_SIZE 5000 macro348 char gso_packet[GSO_SIZE] = {}; in test_gso_fix()383 bytes = send(cfd, gso_packet, GSO_SIZE, 0); in test_gso_fix()384 if (!ASSERT_EQ(bytes, GSO_SIZE, "send packet")) in test_gso_fix()388 bytes = read(afd, gso_packet, GSO_SIZE); in test_gso_fix()389 if (!ASSERT_EQ(bytes, GSO_SIZE, "receive packet")) in test_gso_fix()