enum netdev_priv_flags — struct net_device priv_flags
enum netdev_priv_flags { IFF_802_1Q_VLAN, IFF_EBRIDGE, IFF_SLAVE_INACTIVE, IFF_MASTER_8023AD, IFF_MASTER_ALB, IFF_BONDING, IFF_SLAVE_NEEDARP, IFF_ISATAP, IFF_MASTER_ARPMON, IFF_WAN_HDLC, IFF_XMIT_DST_RELEASE, IFF_DONT_BRIDGE, IFF_DISABLE_NETPOLL, IFF_MACVLAN_PORT, IFF_BRIDGE_PORT, IFF_OVS_DATAPATH, IFF_TX_SKB_SHARING, IFF_UNICAST_FLT, IFF_TEAM_PORT, IFF_SUPP_NOFCS, IFF_LIVE_ADDR_CHANGE, IFF_MACVLAN, IFF_XMIT_DST_RELEASE_PERM, IFF_IPVLAN_MASTER, IFF_IPVLAN_SLAVE };
802.1Q VLAN device
Ethernet bridging device
bonding slave not the curr. active
bonding master, 802.3ad
bonding master, balance-alb
bonding master or slave
need ARPs for validation
ISATAP interface (RFC4214)
bonding master, ARP mon in use
WAN HDLC device
dev_hard_start_xmit
is allowed to
release skb->dst
disallow bridging this ether dev
disable netpoll at run-time
device used as macvlan port
device used as bridge port
device used as Open vSwitch datapath port
The interface supports sharing skbs on transmit
Supports unicast filtering
device used as team port
device supports sending custom FCS
device supports hardware address change when it's running
Macvlan device
-- undescribed --
-- undescribed --
-- undescribed --