Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetdev_features.h203 #define NETIF_F_ALL_FOR_ALL (NETIF_F_NOCACHE_COPY | NETIF_F_FSO) macro
/Linux-v4.19/drivers/net/
Dnet_failover.c385 NETIF_F_ALL_FOR_ALL; in net_failover_compute_features()
Dmacvlan.c1028 features |= NETIF_F_ALL_FOR_ALL; in macvlan_fix_features()
/Linux-v4.19/drivers/net/team/
Dteam.c1004 NETIF_F_ALL_FOR_ALL; in __team_compute_features()
1983 features |= NETIF_F_ALL_FOR_ALL; in team_fix_features()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1050 features |= NETIF_F_ALL_FOR_ALL; in bond_fix_features()
1084 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
/Linux-v4.19/net/core/
Ddev.c9315 all &= one | ~NETIF_F_ALL_FOR_ALL; in netdev_increment_features()