qemu/include/net
Yang Hongyang 3e033a46a7 net/queue: introduce NetQueueDeliverFunc
net/queue.c has logic to send/queue/flush packets but a
qemu_deliver_packet_iov() call is hardcoded. Abstract this
func so that we can use our own deliver function in netfilter.

Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2015-10-12 13:30:07 +08:00
..
checksum.h net: declare struct iovec in checksum.h to fix compiler warning 2014-02-15 16:10:25 +04:00
eth.h net: disallow to specify multicast MAC address 2013-11-08 17:32:34 +01:00
filter.h netfilter: hook packets before net queue send 2015-10-12 13:29:39 +08:00
net.h net: merge qemu_deliver_packet and qemu_deliver_packet_iov 2015-10-12 13:30:04 +08:00
queue.h net/queue: introduce NetQueueDeliverFunc 2015-10-12 13:30:07 +08:00
slirp.h hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() 2015-02-18 11:58:50 +01:00
tap.h virtio-net,tap: use standard-headers 2015-02-26 13:04:04 +01:00
vhost_net.h vhost-user: add a new message to disable/enable a specific virt queue. 2015-09-24 16:27:53 +03:00
vhost-user.h Add new vhost-user netdev backend 2014-06-19 16:41:57 +03:00