Searched refs:tap_dev (Results 1 – 4 of 4) sorted by relevance
35 struct tap_dev { struct47 void (*update_features)(struct tap_dev *tap, netdev_features_t features); argument48 void (*count_tx_dropped)(struct tap_dev *tap); argument49 void (*count_rx_dropped)(struct tap_dev *tap); argument67 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);
126 struct tap_dev *tap; in tap_disable_queue()161 struct tap_dev *tap; in tap_put_queue()259 struct tap_dev *tap; in tap_handle_frame()403 struct tap_dev *tap; in dev_get_by_tap_file()449 struct tap_dev *tap; in tap_open()577 struct tap_dev *tap; in tap_get_user()824 struct tap_dev *tap; in tap_get_tap_dev()842 struct tap_dev *tap; in tap_ioctl_set_queue()862 struct tap_dev *tap; in set_offload()920 struct tap_dev *tap; in tap_ioctl()[all …]
30 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()
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()