Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdev_features.h171 #define NETIF_F_ALL_FOR_ALL (NETIF_F_NOCACHE_COPY | NETIF_F_FSO) macro
/linux-4.4.14/drivers/net/team/
Dteam.c975 u32 vlan_features = TEAM_VLAN_FEATURES & NETIF_F_ALL_FOR_ALL; in ___team_compute_features()
1934 features |= NETIF_F_ALL_FOR_ALL; in team_fix_features()
/linux-4.4.14/drivers/net/
Dmacvlan.c958 features |= NETIF_F_ALL_FOR_ALL; in macvlan_fix_features()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1059 features |= NETIF_F_ALL_FOR_ALL; in bond_fix_features()
1093 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
/linux-4.4.14/net/core/
Ddev.c7495 all &= one | ~NETIF_F_ALL_FOR_ALL; in netdev_increment_features()