Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnetdev_features.h225 #define NETIF_F_ALL_FOR_ALL (NETIF_F_NOCACHE_COPY | NETIF_F_FSO) macro
/kernel/linux/linux-5.10/drivers/net/
Dnet_failover.c383 NETIF_F_ALL_FOR_ALL; in net_failover_compute_features()
Dmacvlan.c1076 features |= NETIF_F_ALL_FOR_ALL; in macvlan_fix_features()
/kernel/linux/linux-5.10/drivers/net/ipvlan/
Dipvlan_main.c241 features |= NETIF_F_ALL_FOR_ALL; in ipvlan_fix_features()
/kernel/linux/linux-5.10/drivers/net/team/
Dteam.c988 NETIF_F_ALL_FOR_ALL; in __team_compute_features()
2007 features |= NETIF_F_ALL_FOR_ALL; in team_fix_features()
/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_main.c1341 features |= NETIF_F_ALL_FOR_ALL; in bond_fix_features()
1383 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1384 mpls_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
/kernel/linux/linux-5.10/net/core/
Ddev.c11016 all &= one | ~NETIF_F_ALL_FOR_ALL; in netdev_increment_features()