Searched refs:tap_dev (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | if_tap.h | 34 struct tap_dev { struct 46 void (*update_features)(struct tap_dev *tap, netdev_features_t features); argument 47 void (*count_tx_dropped)(struct tap_dev *tap); argument 48 void (*count_rx_dropped)(struct tap_dev *tap); argument 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-v4.19/drivers/net/ |
D | tap.c | 121 static struct tap_dev *tap_dev_get_rcu(const struct net_device *dev) in tap_dev_get_rcu() 143 static int tap_enable_queue(struct tap_dev *tap, struct file *file, in tap_enable_queue() 164 static int tap_set_queue(struct tap_dev *tap, struct file *file, in tap_set_queue() 188 struct tap_dev *tap; in tap_disable_queue() 223 struct tap_dev *tap; in tap_put_queue() 251 static struct tap_queue *tap_get_queue(struct tap_dev *tap, in tap_get_queue() 297 void tap_del_queues(struct tap_dev *tap) in tap_del_queues() 321 struct tap_dev *tap; in tap_handle_frame() 404 int tap_get_minor(dev_t major, struct tap_dev *tap) in tap_get_minor() 432 void tap_free_minor(dev_t major, struct tap_dev *tap) in tap_free_minor() [all …]
|
D | macvtap.c | 29 struct tap_dev tap; 54 static void macvtap_count_tx_dropped(struct tap_dev *tap) in macvtap_count_tx_dropped() 62 static void macvtap_count_rx_dropped(struct tap_dev *tap) in macvtap_count_rx_dropped() 70 static void macvtap_update_features(struct tap_dev *tap, in macvtap_update_features()
|
/Linux-v4.19/drivers/net/ipvlan/ |
D | ipvtap.c | 47 struct tap_dev tap; 50 static void ipvtap_count_tx_dropped(struct tap_dev *tap) in ipvtap_count_tx_dropped() 58 static void ipvtap_count_rx_dropped(struct tap_dev *tap) in ipvtap_count_rx_dropped() 66 static void ipvtap_update_features(struct tap_dev *tap, in ipvtap_update_features()
|