Searched refs:tap_dev (Results 1 – 4 of 4) sorted by relevance
34 struct tap_dev { struct46 void (*update_features)(struct tap_dev *tap, netdev_features_t features); argument47 void (*count_tx_dropped)(struct tap_dev *tap); argument48 void (*count_rx_dropped)(struct tap_dev *tap); argument66 struct tap_dev __rcu *tap;76 void tap_del_queues(struct tap_dev *tap);77 int tap_get_minor(dev_t major, struct tap_dev *tap);78 void tap_free_minor(dev_t major, struct tap_dev *tap);79 int tap_queue_resize(struct tap_dev *tap);
189 struct tap_dev *tap; in tap_disable_queue()224 struct tap_dev *tap; in tap_put_queue()322 struct tap_dev *tap; in tap_handle_frame()456 struct tap_dev *tap; in dev_get_by_tap_file()502 struct tap_dev *tap; in tap_open()625 struct tap_dev *tap; in tap_get_user()884 struct tap_dev *tap; in tap_get_tap_dev()902 struct tap_dev *tap; in tap_ioctl_set_queue()922 struct tap_dev *tap; in set_offload()975 struct tap_dev *tap; in tap_ioctl()[all …]
30 struct tap_dev tap;55 static void macvtap_count_tx_dropped(struct tap_dev *tap) in macvtap_count_tx_dropped()63 static void macvtap_count_rx_dropped(struct tap_dev *tap) in macvtap_count_rx_dropped()71 static void macvtap_update_features(struct tap_dev *tap, in macvtap_update_features()
48 struct tap_dev tap;51 static void ipvtap_count_tx_dropped(struct tap_dev *tap) in ipvtap_count_tx_dropped()59 static void ipvtap_count_rx_dropped(struct tap_dev *tap) in ipvtap_count_rx_dropped()67 static void ipvtap_update_features(struct tap_dev *tap, in ipvtap_update_features()
Completed in 8 milliseconds