Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/bonding/
Dbond_main.c711 bond->dev->features |= NETIF_F_VLAN_CHALLENGED; in bond_del_vlan()
742 if (slave->dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_has_challenged_slaves()
1621 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
1637 bond_dev->features |= NETIF_F_VLAN_CHALLENGED; in bond_enslave()
1645 bond_dev->features &= ~NETIF_F_VLAN_CHALLENGED; in bond_enslave()
2123 bond_dev->features |= NETIF_F_VLAN_CHALLENGED; in bond_release()
2133 } else if ((bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in bond_release()
2139 bond_dev->features &= ~NETIF_F_VLAN_CHALLENGED; in bond_release()
2288 bond_dev->features |= NETIF_F_VLAN_CHALLENGED; in bond_release_all()
4313 bond_dev->features |= NETIF_F_VLAN_CHALLENGED; in bond_init()
/linux-2.4.37.9/net/8021q/
Dvlan.c342 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in register_vlan_device()
/linux-2.4.37.9/include/linux/
Dnetdevice.h384 #define NETIF_F_VLAN_CHALLENGED 1024 /* Device cannot handle VLAN packets */ macro
/linux-2.4.37.9/drivers/net/
Dsunhme.c2802 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_VLAN_CHALLENGED; in happy_meal_sbus_init()