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

Function ff_txring_init

lib/ff_memory.c:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static inline void ff_txring_init(struct mbuf_txring* q, uint32_t num)
209{
210 memset(q, 0, sizeof(struct mbuf_txring)*num);
211}
212
213void ff_init_ref_pool(int nb_mbuf, int socketid)
214{

Callers 1

ff_mmap_initFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected