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

Function free_gso_segment

dpdk/lib/gso/gso_common.c:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static inline void
32free_gso_segment(struct rte_mbuf **pkts, uint16_t nb_pkts)
33{
34 uint16_t i;
35
36 for (i = 0; i < nb_pkts; i++)
37 rte_pktmbuf_free(pkts[i]);
38}
39
40int
41gso_do_segment(struct rte_mbuf *pkt,

Callers 1

gso_do_segmentFunction · 0.85

Calls 1

rte_pktmbuf_freeFunction · 0.85

Tested by

no test coverage detected