Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnetdev_features.h230 #define NETIF_F_ALL_FOR_ALL (NETIF_F_NOCACHE_COPY | NETIF_F_FSO) macro
261 features |= NETIF_F_ALL_FOR_ALL; in netdev_base_features()
/linux-6.15/drivers/net/
H A Dnet_failover.c379 NETIF_F_ALL_FOR_ALL; in net_failover_compute_features()
H A Dmacvlan.c1103 features |= NETIF_F_ALL_FOR_ALL; in macvlan_fix_features()
/linux-6.15/drivers/net/ipvlan/
H A Dipvlan_main.c245 features |= NETIF_F_ALL_FOR_ALL; in ipvlan_fix_features()
/linux-6.15/net/core/
H A Ddev.c12318 all &= one | ~NETIF_F_ALL_FOR_ALL; in netdev_increment_features()