Home
last modified time | relevance | path

Searched refs:GSO_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_ip_encap.c342 #define GSO_SIZE 5000 macro
348 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()