diff options
Diffstat (limited to 'include/linux/if_macvlan.h')
-rw-r--r-- | include/linux/if_macvlan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_macvlan.h b/include/linux/if_macvlan.h index 9a11544bb0b1..51f1512045e9 100644 --- a/include/linux/if_macvlan.h +++ b/include/linux/if_macvlan.h | |||
@@ -34,6 +34,7 @@ struct macvlan_dev { | |||
34 | enum macvlan_mode mode; | 34 | enum macvlan_mode mode; |
35 | int (*receive)(struct sk_buff *skb); | 35 | int (*receive)(struct sk_buff *skb); |
36 | int (*forward)(struct net_device *dev, struct sk_buff *skb); | 36 | int (*forward)(struct net_device *dev, struct sk_buff *skb); |
37 | struct macvtap_queue *tap; | ||
37 | }; | 38 | }; |
38 | 39 | ||
39 | static inline void macvlan_count_rx(const struct macvlan_dev *vlan, | 40 | static inline void macvlan_count_rx(const struct macvlan_dev *vlan, |