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