Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mbuf.c138 GOTO_FAIL("Bad length"); in test_pktmbuf_with_non_ascii_data()
144 GOTO_FAIL("Bad pkt length"); in test_pktmbuf_with_non_ascii_data()
181 GOTO_FAIL("Bad length"); in test_one_pktmbuf()
191 GOTO_FAIL("Bad pkt length"); in test_one_pktmbuf()
212 GOTO_FAIL("Bad pkt length"); in test_one_pktmbuf()
223 GOTO_FAIL("Bad pkt length"); in test_one_pktmbuf()
238 GOTO_FAIL("Cannot prepend"); in test_one_pktmbuf()
334 GOTO_FAIL("Bad length"); in testclone_testupdate_testdetach()
440 GOTO_FAIL("Bad length"); in test_pktmbuf_copy()
592 GOTO_FAIL("Bad length"); in test_attach_from_different_pool()
[all …]
H A Dtest_cksum.c24 #define GOTO_FAIL(str, ...) do { \ macro
104 GOTO_FAIL("Cannot allocate mbuf"); in test_l4_cksum()
108 GOTO_FAIL("Cannot append data"); in test_l4_cksum()
142 GOTO_FAIL("invalid L4 checksum verification"); in test_l4_cksum()
237 GOTO_FAIL("cannot allocate mbuf pool"); in test_cksum()
241 GOTO_FAIL("checksum error on ipv4_tcp"); in test_cksum()
245 GOTO_FAIL("checksum error on ipv6_tcp"); in test_cksum()
249 GOTO_FAIL("checksum error on ipv4_udp"); in test_cksum()
253 GOTO_FAIL("checksum error on ipv6_udp"); in test_cksum()
257 GOTO_FAIL("checksum error on ipv4_opts_udp"); in test_cksum()
[all …]