Home
last modified time | relevance | path

Searched refs:NETMAP_BUF (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h114 #define NETMAP_BUF(ring, index) \ macro
905 *(void **)(uintptr_t)&d->buf_start = NETMAP_BUF(r, 0); in nm_mmap()
939 nm_pkt_copy(buf, NETMAP_BUF(ring, idx), size); in nm_inject()
974 u_char *buf = (u_char *)NETMAP_BUF(ring, idx); in nm_dispatch()
998 u_char *buf = (u_char *)NETMAP_BUF(ring, idx); in nm_nextpkt()
/mOS-networking-stack/core/src/
H A Dnetmap_module.c185 npc->rcv_pktbuf[p] = (u_char *)NETMAP_BUF(ring, idx); in netmap_recv_pkts()