--- zzzz-none-000/linux-3.10.107/net/8021q/vlan.h 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/net/8021q/vlan.h 2021-11-10 11:53:56.000000000 +0000 @@ -1,3 +1,9 @@ +/** + * Some part of this file is modified by Ikanos Communications. + * + * Copyright (C) 2013-2014 Ikanos Communications. + */ + #ifndef __BEN_VLAN_802_1Q_INC__ #define __BEN_VLAN_802_1Q_INC__ @@ -75,6 +81,10 @@ #ifdef CONFIG_NET_POLL_CONTROLLER struct netpoll *netpoll; #endif +#if defined(CONFIG_FUSIV_KERNEL_POLICY_VLAN) || defined(CONFIG_FUSIV_KERNEL_POLICY_VLAN_MODULE) + /* Whether to tag(1) the packet or untag(0) the packet */ + unsigned short txAction; +#endif }; static inline struct vlan_dev_priv *vlan_dev_priv(const struct net_device *dev)