Home
last modified time | relevance | path

Searched refs:NETIF_F_GRO (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dnetdev_features.h107 #define NETIF_F_GRO __NETIF_F(GRO) macro
232 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
Dnetdevice.h2049 if (!(dev->features & NETIF_F_GRO) || dev->xdp_prog) in netif_elide_gro()