Home
last modified time | relevance | path

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

/linux/drivers/net/ipvlan/
H A Dipvtap.c45 struct ipvtap_dev { struct
52 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_count_tx_dropped() argument
60 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_count_rx_dropped()
69 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_update_features()
80 struct ipvtap_dev *vlantap = netdev_priv(dev); in ipvtap_newlink()
114 struct ipvtap_dev *vlan = netdev_priv(dev); in ipvtap_dellink()
133 .priv_size = sizeof(struct ipvtap_dev),
140 struct ipvtap_dev *vlantap; in ipvtap_device_event()