Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dmacvtap.c28 struct macvtap_dev { struct
56 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_count_tx_dropped()
64 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_count_rx_dropped()
73 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_update_features()
84 struct macvtap_dev *vlantap = netdev_priv(dev); in macvtap_newlink()
122 struct macvtap_dev *vlantap = netdev_priv(dev); in macvtap_dellink()
146 .priv_size = sizeof(struct macvtap_dev),
153 struct macvtap_dev *vlantap; in macvtap_device_event()