Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h215 struct nm_desc { struct
257 #define P2NMD(p) ((struct nm_desc *)(p)) argument
330 uint64_t flags, const struct nm_desc *arg);
354 static int nm_close(struct nm_desc *);
361 static int nm_mmap(struct nm_desc *, const struct nm_desc *);
607 static struct nm_desc *
611 struct nm_desc *d = NULL; in nm_open()
612 const struct nm_desc *parent = arg; in nm_open()
730 d = (struct nm_desc *)calloc(1, sizeof(*d)); in nm_open()
855 nm_close(struct nm_desc *d) in nm_close()
[all …]
/mOS-networking-stack/core/src/
H A Dnetmap_module.c29 struct nm_desc *local_nmd[MAX_DEVICES];
163 struct nm_desc *d; in netmap_recv_pkts()