Lines Matching refs:badbuf
1206 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()
1228 if (verify_mbuf_check_panics(&badbuf)) { 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()
1235 if (verify_mbuf_check_panics(&badbuf)) { 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()
1242 if (verify_mbuf_check_panics(&badbuf)) { 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()
1249 if (verify_mbuf_check_panics(&badbuf)) { in test_failing_mbuf_sanity_check()
1254 badbuf = *buf; in test_failing_mbuf_sanity_check()
1255 badbuf.refcnt = UINT16_MAX; in test_failing_mbuf_sanity_check()
1256 if (verify_mbuf_check_panics(&badbuf)) { in test_failing_mbuf_sanity_check()