Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetdev_features.h136 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) macro
195 #define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \
230 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
/Linux-v5.15/drivers/net/
Dloopback.c186 | NETIF_F_VLAN_CHALLENGED in gen_lo_setup()
Dnet_failover.c488 if (failover_dev->features & NETIF_F_VLAN_CHALLENGED && in net_failover_slave_pre_register()
Dvrf.c1658 dev->features |= NETIF_F_VLAN_CHALLENGED; in vrf_setup()
/Linux-v5.15/Documentation/networking/
Dnetdev-features.rst86 NETIF_F_NEVER_CHANGE sets. The exception is NETIF_F_VLAN_CHALLENGED but
159 NETIF_F_VLAN_CHALLENGED should be set for devices which can't cope with VLAN
/Linux-v5.15/net/hsr/
Dhsr_device.c462 dev->features |= NETIF_F_VLAN_CHALLENGED; in hsr_dev_setup()
/Linux-v5.15/net/8021q/
Dvlan.c137 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in vlan_check_real_dev()
/Linux-v5.15/drivers/net/ethernet/wiznet/
Dw5300.c611 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5300_probe()
Dw5100.c1139 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5100_probe()
/Linux-v5.15/drivers/net/ipvlan/
Dipvlan_main.c116 (IPVLAN_ALWAYS_ON_OFLOADS | NETIF_F_LLTX | NETIF_F_VLAN_CHALLENGED)
/Linux-v5.15/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c1488 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/Linux-v5.15/drivers/net/ethernet/xilinx/
Dll_temac_main.c1402 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_probe()
/Linux-v5.15/drivers/net/bonding/
Dbond_main.c1786 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
2395 if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in __bond_release_one()
2396 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()
/Linux-v5.15/drivers/s390/net/
Dqeth_l2_main.c1082 card->dev->features |= NETIF_F_VLAN_CHALLENGED; in qeth_l2_setup_netdev()
/Linux-v5.15/drivers/infiniband/ulp/ipoib/
Dipoib_main.c2121 dev->features = (NETIF_F_VLAN_CHALLENGED | in ipoib_setup_common()
/Linux-v5.15/drivers/net/team/
Dteam.c1166 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/Linux-v5.15/drivers/net/ethernet/intel/
De100.c2896 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/Linux-v5.15/net/core/
Ddev.c11338 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()