Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
static inline void ff_txring_init(struct mbuf_txring* q, uint32_t num)
209
{
210
memset(q, 0, sizeof(struct mbuf_txring)*num);
211
}
212
213
void ff_init_ref_pool(int nb_mbuf, int socketid)
214
{
Callers
1
ff_mmap_init
Function · 0.85
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected