Home
last modified time | relevance | path

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

/dpdk/lib/mbuf/
H A Dversion.map19 rte_mbuf_check;
H A Drte_mbuf.c372 if (rte_mbuf_check(m, is_header, &reason)) in rte_mbuf_sanity_check()
376 int rte_mbuf_check(const struct rte_mbuf *m, int is_header, in rte_mbuf_check() function
H A Drte_mbuf.h513 int rte_mbuf_check(const struct rte_mbuf *m, int is_header,
/dpdk/app/test-pmd/
H A Dutil.c288 if (rte_mbuf_check(mb, 1, &reason) < 0) in dump_pkt_burst()