Searched defs:vnet_hdr (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/net/ |
H A D | tap-bsd.c | 38 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open() 153 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open()
|
H A D | tap.c | 356 int vnet_hdr) in net_tap_fd_init() 582 int fd, vnet_hdr; in net_init_bridge() local 610 static int net_tap_init(const NetdevTapOptions *tap, int *vnet_hdr, in net_tap_init() 651 int vnet_hdr, int fd, Error **errp) in net_init_tap_one() 763 int fd, vnet_hdr = 0, i = 0, queues; in net_init_tap() local
|
H A D | tap-stub.c | 29 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open()
|
H A D | tap-linux.c | 40 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open()
|
H A D | tap-solaris.c | 179 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open()
|
H A D | filter-rewriter.c | 37 bool vnet_hdr; member
|
H A D | filter-mirror.c | 43 bool vnet_hdr; member
|
H A D | net.c | 799 struct virtio_net_hdr_v1_hash vnet_hdr = { }; in qemu_deliver_packet_iov() local 2017 bool vnet_hdr) in net_socket_rs_init()
|
H A D | colo-compare.c | 120 bool vnet_hdr; member
|
/openbmc/linux/drivers/net/ |
H A D | tap.c | 646 struct virtio_net_hdr vnet_hdr = { 0 }; in tap_get_user() local 801 struct virtio_net_hdr vnet_hdr; in tap_put_user() local
|
/openbmc/linux/net/packet/ |
H A D | af_packet.c | 2144 struct virtio_net_hdr_mrg_rxbuf vnet_hdr = { .num_buffers = 0 }; in packet_rcv_vnet() local 2589 static int __packet_snd_vnet_parse(struct virtio_net_hdr *vnet_hdr, size_t len) in __packet_snd_vnet_parse() 2606 struct virtio_net_hdr *vnet_hdr, int vnet_hdr_sz) in packet_snd_vnet_parse() 2780 struct virtio_net_hdr *vnet_hdr = NULL; in tpacket_snd() local 3010 struct virtio_net_hdr vnet_hdr = { 0 }; in packet_snd() local
|
/openbmc/qemu/include/net/ |
H A D | net.h | 132 bool vnet_hdr; member
|