Home
last modified time | relevance | path

Searched refs:NETIF_F_ALL_FOR_ALL (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dnetdev_features.h171 #define NETIF_F_ALL_FOR_ALL (NETIF_F_NOCACHE_COPY | NETIF_F_FSO) macro
/linux-4.1.27/drivers/net/team/
Dteam.c975 u32 vlan_features = TEAM_VLAN_FEATURES & NETIF_F_ALL_FOR_ALL; in __team_compute_features()
1929 features |= NETIF_F_ALL_FOR_ALL; in team_fix_features()
/linux-4.1.27/drivers/net/
Dmacvlan.c956 features |= NETIF_F_ALL_FOR_ALL; in macvlan_fix_features()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1046 features |= NETIF_F_ALL_FOR_ALL; in bond_fix_features()
1080 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
/linux-4.1.27/net/core/
Ddev.c7208 all &= one | ~NETIF_F_ALL_FOR_ALL; in netdev_increment_features()