Searched refs:tap_dev (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dif_tap.h35 struct tap_dev { struct
47 void (*update_features)(struct tap_dev *tap, netdev_features_t features);
48 void (*count_tx_dropped)(struct tap_dev *tap);
49 void (*count_rx_dropped)(struct tap_dev *tap);
67 struct tap_dev __rcu *tap;
77 void tap_del_queues(struct tap_dev *tap);
78 int tap_get_minor(dev_t major, struct tap_dev *tap);
79 void tap_free_minor(dev_t major, struct tap_dev *tap);
80 int tap_queue_resize(struct tap_dev *tap);
/linux-master/drivers/net/
H A Dtap.c124 static struct tap_dev *tap_dev_get_rcu(const struct net_device *dev)
146 static int tap_enable_queue(struct tap_dev *tap, struct file *file,
167 static int tap_set_queue(struct tap_dev *tap, struct file *file,
191 struct tap_dev *tap;
226 struct tap_dev *tap;
254 static struct tap_queue *tap_get_queue(struct tap_dev *tap,
300 void tap_del_queues(struct tap_dev *tap)
324 struct tap_dev *tap;
415 int tap_get_minor(dev_t major, struct tap_dev *tap)
443 void tap_free_minor(dev_t major, struct tap_dev *ta
[all...]
H A Dmacvtap.c30 struct tap_dev tap;
54 static void macvtap_count_tx_dropped(struct tap_dev *tap)
62 static void macvtap_count_rx_dropped(struct tap_dev *tap)
70 static void macvtap_update_features(struct tap_dev *tap,
/linux-master/drivers/net/ipvlan/
H A Dipvtap.c47 struct tap_dev tap;
50 static void ipvtap_count_tx_dropped(struct tap_dev *tap)
58 static void ipvtap_count_rx_dropped(struct tap_dev *tap)
66 static void ipvtap_update_features(struct tap_dev *tap,

Completed in 128 milliseconds