Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h157 #define NETIF_F_GRO_FRAGLIST __NETIF_F(GRO_FRAGLIST) macro
237 #define NETIF_F_SOFT_FEATURES_OFF NETIF_F_GRO_FRAGLIST
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_offload.c516 if (skb->dev->features & NETIF_F_GRO_FRAGLIST) in udp_gro_receive()