]> Git Repo - qemu.git/commit - net/queue.c
net/queue: introduce NetQueueDeliverFunc
authorYang Hongyang <[email protected]>
Wed, 7 Oct 2015 03:52:17 +0000 (11:52 +0800)
committerJason Wang <[email protected]>
Mon, 12 Oct 2015 05:30:07 +0000 (13:30 +0800)
commit3e033a46a7e39ea31e15f1b53402df990977115a
tree9f0188f739cc1fb3b5fa42930f1cd18d755e9315
parentfefe2a78abde932e0f340b21bded2c86def1d242
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 <[email protected]>
Cc: Stefan Hajnoczi <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
include/net/queue.h
net/net.c
net/queue.c
This page took 0.024874 seconds and 4 git commands to generate.