Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_mbuf.c1206 struct rte_mbuf badbuf; in test_failing_mbuf_sanity_check() local
1226 badbuf = *buf; in test_failing_mbuf_sanity_check()
1227 badbuf.pool = NULL; in test_failing_mbuf_sanity_check()
1233 badbuf = *buf; in test_failing_mbuf_sanity_check()
1234 badbuf.buf_iova = 0; in test_failing_mbuf_sanity_check()
1240 badbuf = *buf; in test_failing_mbuf_sanity_check()
1241 badbuf.buf_addr = NULL; in test_failing_mbuf_sanity_check()
1247 badbuf = *buf; in test_failing_mbuf_sanity_check()
1248 badbuf.refcnt = 0; in test_failing_mbuf_sanity_check()
1254 badbuf = *buf; in test_failing_mbuf_sanity_check()
[all …]