Symbol: NETIF_F_VLAN_CHALLENGED
drivers/infiniband/ulp/ipoib/ipoib_main.c
2216
dev->features = (NETIF_F_VLAN_CHALLENGED |
drivers/net/bonding/bond_main.c
1916
if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) {
drivers/net/bonding/bond_main.c
2534
if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) &&
drivers/net/bonding/bond_main.c
2535
(old_features & NETIF_F_VLAN_CHALLENGED))
drivers/net/ethernet/intel/e100.c
2895
netdev->features |= NETIF_F_VLAN_CHALLENGED;
drivers/net/ethernet/toshiba/ps3_gelic_net.c
1528
netdev->features |= NETIF_F_VLAN_CHALLENGED;
drivers/net/ethernet/wiznet/w5100.c
1139
ndev->features |= NETIF_F_VLAN_CHALLENGED;
drivers/net/ethernet/wiznet/w5300.c
610
ndev->features |= NETIF_F_VLAN_CHALLENGED;
drivers/net/ethernet/xilinx/ll_temac_main.c
1412
ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */
drivers/net/ipvlan/ipvlan_main.c
119
(IPVLAN_ALWAYS_ON_OFLOADS | NETIF_F_VLAN_CHALLENGED)
drivers/net/loopback.c
185
| NETIF_F_VLAN_CHALLENGED
drivers/net/net_failover.c
484
if (failover_dev->features & NETIF_F_VLAN_CHALLENGED &&
drivers/net/team/team_core.c
1127
if (port_dev->features & NETIF_F_VLAN_CHALLENGED &&
drivers/net/vrf.c
1624
dev->features |= NETIF_F_VLAN_CHALLENGED;
drivers/net/wwan/t7xx/t7xx_netdev.c
235
dev->features = NETIF_F_VLAN_CHALLENGED;
drivers/s390/net/qeth_l2_main.c
1097
card->dev->features |= NETIF_F_VLAN_CHALLENGED;
include/linux/netdev_features.h
192
#define NETIF_F_NEVER_CHANGE NETIF_F_VLAN_CHALLENGED
include/linux/netdev_features.h
224
NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
net/8021q/vlan.c
133
if (real_dev->features & NETIF_F_VLAN_CHALLENGED ||
net/core/dev.c
12783
mask |= NETIF_F_VLAN_CHALLENGED;