Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacvtap.c28 struct macvtap_dev { struct
57 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_count_tx_dropped()
65 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_count_rx_dropped()
74 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_update_features()
85 struct macvtap_dev *vlantap = netdev_priv(dev); in macvtap_newlink()
123 struct macvtap_dev *vlantap = netdev_priv(dev); in macvtap_dellink()
147 .priv_size = sizeof(struct macvtap_dev),
154 struct macvtap_dev *vlantap; in macvtap_device_event()