Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mbuf/
H A Dversion.map37 rte_mbuf_check;
H A Drte_mbuf.c378 if (rte_mbuf_check(m, is_header, &reason)) in rte_mbuf_sanity_check()
382 int rte_mbuf_check(const struct rte_mbuf *m, int is_header, in rte_mbuf_check() function
H A Drte_mbuf.h540 int rte_mbuf_check(const struct rte_mbuf *m, int is_header,
/f-stack/dpdk/app/test-pmd/
H A Dutil.c231 if (rte_mbuf_check(mb, 1, &reason) < 0) in dump_pkt_burst()