Home
last modified time | relevance | path

Searched defs:test_payload (Results 1 – 2 of 2) sorted by relevance

/openbmc/libmctp/tests/
H A Dtest_core.c141 uint8_t test_payload[2 * MCTP_BTU]; in mctp_core_test_simple_rx() local
169 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_receive_equal_length_fragments() local
210 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_receive_unexpected_smaller_middle_fragment() local
250 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_receive_unexpected_bigger_middle_fragment() local
290 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_receive_smaller_end_fragment() local
332 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_receive_bigger_end_fragment() local
372 static uint8_t test_payload[MAX_PAYLOAD_SIZE]; in mctp_core_test_drop_large_fragments() local
456 static uint8_t test_payload[MCTP_BTU]; in mctp_core_test_rx_with_tag() local
493 static uint8_t test_payload[MCTP_BTU]; in mctp_core_test_rx_with_tag_multifragment() local
549 uint8_t test_payload[2 * MCTP_BTU]; in mctp_core_test_rx_with_null_dst_eid() local
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c124 static void test_payload(void *pay, size_t len) in test_payload() function