Symbol: nmreq_header
lib/libnetmap/libnetmap.h
177
struct nmreq_header hdr;
lib/libnetmap/libnetmap.h
483
void nmreq_header_init(struct nmreq_header *hdr, uint16_t reqtype, void *body);
lib/libnetmap/libnetmap.h
503
int nmreq_header_decode(const char **ppspec, struct nmreq_header *hdr,
lib/libnetmap/libnetmap.h
607
void nmreq_push_option(struct nmreq_header *, struct nmreq_option *);
lib/libnetmap/libnetmap.h
608
void nmreq_remove_option(struct nmreq_header *, struct nmreq_option *);
lib/libnetmap/libnetmap.h
609
struct nmreq_option *nmreq_find_option(struct nmreq_header *, uint32_t);
lib/libnetmap/libnetmap.h
610
void nmreq_free_options(struct nmreq_header *);
lib/libnetmap/nmreq.c
104
nmreq_header_decode(const char **pifname, struct nmreq_header *h, struct nmctx *ctx)
lib/libnetmap/nmreq.c
204
struct nmreq_header gh;
lib/libnetmap/nmreq.c
599
nmreq_find_option(struct nmreq_header *h, uint32_t t)
lib/libnetmap/nmreq.c
611
nmreq_remove_option(struct nmreq_header *h, struct nmreq_option *o)
lib/libnetmap/nmreq.c
626
nmreq_free_options(struct nmreq_header *h)
lib/libnetmap/nmreq.c
71
nmreq_push_option(struct nmreq_header *h, struct nmreq_option *o)
lib/libnetmap/nmreq.c
95
nmreq_header_init(struct nmreq_header *h, uint16_t reqtype, void *body)
sys/dev/netmap/netmap.c
1556
netmap_get_na(struct nmreq_header *hdr,
sys/dev/netmap/netmap.c
1888
netmap_interp_ringid(struct netmap_priv_d *priv, struct nmreq_header *hdr)
sys/dev/netmap/netmap.c
1990
netmap_set_ringid(struct netmap_priv_d *priv, struct nmreq_header *hdr)
sys/dev/netmap/netmap.c
2281
netmap_offsets_init(struct netmap_priv_d *priv, struct nmreq_header *hdr)
sys/dev/netmap/netmap.c
2560
struct nmreq_header *hdr)
sys/dev/netmap/netmap.c
2722
static int nmreq_copyin(struct nmreq_header *, int);
sys/dev/netmap/netmap.c
2723
static int nmreq_copyout(struct nmreq_header *, int);
sys/dev/netmap/netmap.c
2724
static int nmreq_checkoptions(struct nmreq_header *);
sys/dev/netmap/netmap.c
2755
struct nmreq_header *hdr = (struct nmreq_header *)data;
sys/dev/netmap/netmap.c
3366
nmreq_copyin(struct nmreq_header *hdr, int nr_body_is_user)
sys/dev/netmap/netmap.c
3541
nmreq_copyout(struct nmreq_header *hdr, int rerror)
sys/dev/netmap/netmap.c
3611
nmreq_getoption(struct nmreq_header *hdr, uint16_t reqtype)
sys/dev/netmap/netmap.c
3624
nmreq_checkoptions(struct nmreq_header *hdr)
sys/dev/netmap/netmap_bdg.c
1662
netmap_bwrap_bdg_ctl(struct nmreq_header *hdr, struct netmap_adapter *na)
sys/dev/netmap/netmap_bdg.c
350
netmap_vp_bdg_ctl(struct nmreq_header *hdr, struct netmap_adapter *na)
sys/dev/netmap/netmap_bdg.c
386
netmap_get_bdg_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_bdg.c
544
netmap_bdg_attach(struct nmreq_header *hdr, void *auth_token)
sys/dev/netmap/netmap_bdg.c
630
netmap_bdg_detach(struct nmreq_header *hdr, void *auth_token)
sys/dev/netmap/netmap_bdg.c
641
netmap_bdg_detach_locked(struct nmreq_header *hdr, void *auth_token)
sys/dev/netmap/netmap_bdg.c
958
nm_bdg_polling(struct nmreq_header *hdr)
sys/dev/netmap/netmap_bdg.h
171
int netmap_get_bdg_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_bdg.h
177
int netmap_vp_bdg_ctl(struct nmreq_header *hdr, struct netmap_adapter *na);
sys/dev/netmap/netmap_bdg.h
179
int netmap_bdg_detach_locked(struct nmreq_header *hdr, void *auth_token);
sys/dev/netmap/netmap_bdg.h
59
typedef int (*bdg_vp_create_fn_t)(struct nmreq_header *hdr,
sys/dev/netmap/netmap_kern.h
1147
int nm_bdg_polling(struct nmreq_header *hdr);
sys/dev/netmap/netmap_kern.h
1149
int netmap_bdg_attach(struct nmreq_header *hdr, void *auth_token);
sys/dev/netmap/netmap_kern.h
1150
int netmap_bdg_detach(struct nmreq_header *hdr, void *auth_token);
sys/dev/netmap/netmap_kern.h
1152
int netmap_vale_list(struct nmreq_header *hdr);
sys/dev/netmap/netmap_kern.h
1153
int netmap_vi_create(struct nmreq_header *hdr, int);
sys/dev/netmap/netmap_kern.h
1154
int nm_vi_create(struct nmreq_header *);
sys/dev/netmap/netmap_kern.h
1495
int netmap_interp_ringid(struct netmap_priv_d *priv, struct nmreq_header *hdr);
sys/dev/netmap/netmap_kern.h
1530
struct nmreq_header *);
sys/dev/netmap/netmap_kern.h
1534
int netmap_get_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_kern.h
1546
int netmap_get_vale_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_kern.h
1565
int netmap_get_pipe_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_kern.h
1576
int netmap_get_monitor_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_kern.h
1585
int netmap_get_null_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_kern.h
2341
struct nmreq_header *hdr);
sys/dev/netmap/netmap_kern.h
2466
struct nmreq_option * nmreq_getoption(struct nmreq_header *, uint16_t);
sys/dev/netmap/netmap_kern.h
886
int (*nm_bdg_ctl)(struct nmreq_header *, struct netmap_adapter *);
sys/dev/netmap/netmap_kloop.c
569
netmap_sync_kloop(struct netmap_priv_d *priv, struct nmreq_header *hdr)
sys/dev/netmap/netmap_legacy.c
121
static struct nmreq_header *
sys/dev/netmap/netmap_legacy.c
124
struct nmreq_header *hdr = nm_os_malloc(sizeof(*hdr));
sys/dev/netmap/netmap_legacy.c
291
nmreq_to_legacy(struct nmreq_header *hdr, struct nmreq *nmr)
sys/dev/netmap/netmap_legacy.c
371
struct nmreq_header *hdr;
sys/dev/netmap/netmap_legacy.c
61
nmreq_register_from_legacy(struct nmreq *nmr, struct nmreq_header *hdr,
sys/dev/netmap/netmap_monitor.c
902
netmap_get_monitor_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_null.c
112
netmap_get_null_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_pipe.c
653
netmap_get_pipe_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_vale.c
1140
netmap_vale_vp_create(struct nmreq_header *hdr, if_t ifp,
sys/dev/netmap/netmap_vale.c
127
static int netmap_vale_vp_create(struct nmreq_header *hdr, if_t,
sys/dev/netmap/netmap_vale.c
1312
netmap_get_vale_na(struct nmreq_header *hdr, struct netmap_adapter **na,
sys/dev/netmap/netmap_vale.c
1321
nm_vi_create(struct nmreq_header *hdr)
sys/dev/netmap/netmap_vale.c
1417
netmap_vi_create(struct nmreq_header *hdr, int autodelete)
sys/dev/netmap/netmap_vale.c
317
netmap_vale_list(struct nmreq_header *hdr)
sys/net/netmap.h
652
#define NIOCCTRL _IOWR('i', 151, struct nmreq_header)
tests/sys/netmap/ctrl-api-test.c
1332
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
1352
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
1549
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
180
nmreq_hdr_init(struct nmreq_header *hdr, const char *ifname)
tests/sys/netmap/ctrl-api-test.c
1847
struct nmreq_header *hdr)
tests/sys/netmap/ctrl-api-test.c
1850
struct nmreq_header orig_hdr;
tests/sys/netmap/ctrl-api-test.c
193
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
1968
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
237
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
548
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
583
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
630
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
701
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
746
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
863
struct nmreq_header hdr;
tests/sys/netmap/ctrl-api-test.c
897
struct nmreq_header hdr;
tools/tools/netmap/pkt-gen.c
1211
struct nmreq_header hdr;
tools/tools/netmap/pkt-gen.c
1237
struct nmreq_header hdr;
usr.sbin/valectl/valectl.c
179
list_all(int fd, struct nmreq_header *hdr)
usr.sbin/valectl/valectl.c
205
struct nmreq_header hdr;