Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_context_test_run.c15 #define TEST_PAYLOAD_LEN 32 macro
16 static const __u8 test_payload[TEST_PAYLOAD_LEN] = {
133 __u8 packet[sizeof(struct ethhdr) + TEST_PAYLOAD_LEN]; in send_test_packet()
141 memcpy(packet + sizeof(eth), test_payload, TEST_PAYLOAD_LEN); in send_test_packet()
168 __u8 packet[sizeof(struct ethhdr) + TEST_PAYLOAD_LEN]; in write_test_packet()
181 memcpy(packet + sizeof(struct ethhdr), test_payload, TEST_PAYLOAD_LEN); in write_test_packet()