Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetmap_user.h235 struct nm_desc *d;
251 struct nm_desc { struct
334 uint64_t flags, const struct nm_desc *arg);
357 static int nm_close(struct nm_desc *);
364 static int nm_mmap(struct nm_desc *, const struct nm_desc *);
811 static struct nm_desc *
815 struct nm_desc *d = NULL; in nm_open()
816 const struct nm_desc *parent = arg; in nm_open()
826 d = (struct nm_desc *)calloc(1, sizeof(*d)); in nm_open()
951 nm_close(struct nm_desc *d) in nm_close()
[all …]