MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_free_fragments

Function test_free_fragments

dpdk/app/test/test_ipfrag.c:245–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245static inline void
246test_free_fragments(struct rte_mbuf *mb[], uint32_t num)
247{
248 uint32_t i;
249 for (i = 0; i < num; i++)
250 rte_pktmbuf_free(mb[i]);
251}
252
253static inline void
254test_get_offset(struct rte_mbuf **mb, int32_t len,

Callers 1

test_ip_fragFunction · 0.85

Calls 1

rte_pktmbuf_freeFunction · 0.85

Tested by

no test coverage detected