Searched refs:badbuf (Results 1 – 1 of 1) sorted by relevance
1208 struct rte_mbuf badbuf; in test_failing_mbuf_sanity_check() local1228 badbuf = *buf; in test_failing_mbuf_sanity_check()1229 badbuf.pool = NULL; in test_failing_mbuf_sanity_check()1235 badbuf = *buf; in test_failing_mbuf_sanity_check()1236 badbuf.buf_iova = 0; in test_failing_mbuf_sanity_check()1242 badbuf = *buf; in test_failing_mbuf_sanity_check()1243 badbuf.buf_addr = NULL; in test_failing_mbuf_sanity_check()1249 badbuf = *buf; in test_failing_mbuf_sanity_check()1250 badbuf.refcnt = 0; in test_failing_mbuf_sanity_check()1256 badbuf = *buf; in test_failing_mbuf_sanity_check()[all …]