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

Function free_ind_table

dpdk/lib/vhost/vhost.h:1031–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029}
1030
1031static __rte_always_inline void
1032free_ind_table(void *idesc)
1033{
1034 rte_free(idesc);
1035}
1036
1037static __rte_always_inline void
1038restore_mbuf(struct rte_mbuf *m)

Callers 3

fill_vec_buf_splitFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected