Home
last modified time | relevance | path

Searched refs:tap_queue (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/
H A Dtap.c36 .obj_size = sizeof(struct tap_queue),
66 * The tap_queue and the macvlan_dev are loosely coupled, the
70 * Both the file and the macvlan_dev hold a reference on the tap_queue
82 struct tap_queue *q) in tap_enable_queue()
103 struct tap_queue *q) in tap_set_queue()
124 static int tap_disable_queue(struct tap_queue *q) in tap_disable_queue()
127 struct tap_queue *nq; in tap_disable_queue()
159 static void tap_put_queue(struct tap_queue *q) in tap_put_queue()
189 static struct tap_queue *tap_get_queue(struct tap_dev *tap, in tap_get_queue()
192 struct tap_queue *queu in tap_get_queue()
[all...]
/linux/include/linux/
H A Dif_tap.h33 struct tap_queue;
39 struct tap_queue __rcu *taps[MAX_TAP_QUEUES];
63 struct tap_queue { struct
80 ringtap_queue global() argument