Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdev_features.h164 #define NETIF_F_GSO_FRAGLIST __NETIF_F(GSO_FRAGLIST) macro
222 NETIF_F_GSO_UDP_L4 | NETIF_F_GSO_FRAGLIST)
H A Dnetdevice.h5008 BUILD_BUG_ON(SKB_GSO_FRAGLIST != (NETIF_F_GSO_FRAGLIST >> NETIF_F_GSO_SHIFT)); in net_gso_ok()