Home
last modified time | relevance | path

Searched defs:vnet_hdr (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/net/
H A Dtap-bsd.c38 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 Dtap.c356 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 Dtap-stub.c29 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open()
H A Dtap-linux.c40 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open()
H A Dtap-solaris.c179 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open()
H A Dfilter-rewriter.c37 bool vnet_hdr; member
H A Dfilter-mirror.c43 bool vnet_hdr; member
H A Dnet.c799 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 Dcolo-compare.c120 bool vnet_hdr; member
/openbmc/linux/drivers/net/
H A Dtap.c646 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 Daf_packet.c2144 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 Dnet.h132 bool vnet_hdr; member