Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnetdev_features.h236 #define NETIF_F_ALL_FOR_ALL (NETIF_F_NOCACHE_COPY | NETIF_F_FSO) macro
/linux-6.3-rc2/drivers/net/
A Dnet_failover.c383 NETIF_F_ALL_FOR_ALL; in net_failover_compute_features()
A Dmacvlan.c1085 features |= NETIF_F_ALL_FOR_ALL; in macvlan_fix_features()
/linux-6.3-rc2/drivers/net/ipvlan/
A Dipvlan_main.c243 features |= NETIF_F_ALL_FOR_ALL; in ipvlan_fix_features()
/linux-6.3-rc2/drivers/net/team/
A Dteam.c994 NETIF_F_ALL_FOR_ALL; in __team_compute_features()
2024 features |= NETIF_F_ALL_FOR_ALL; in team_fix_features()
/linux-6.3-rc2/drivers/net/bonding/
A Dbond_main.c1406 features |= NETIF_F_ALL_FOR_ALL; in bond_fix_features()
1448 vlan_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1449 mpls_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
/linux-6.3-rc2/net/core/
A Ddev.c11149 all &= one | ~NETIF_F_ALL_FOR_ALL; in netdev_increment_features()

Completed in 44 milliseconds