Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdev_features.h159 #define NETIF_F_GRO_FRAGLIST __NETIF_F(GRO_FRAGLIST) macro
240 #define NETIF_F_SOFT_FEATURES_OFF (NETIF_F_GRO_FRAGLIST | NETIF_F_GRO_UDP_FWD)
/linux/net/ipv6/
H A Dtcpv6_offload.c27 if (likely(!(skb->dev->features & NETIF_F_GRO_FRAGLIST))) in tcp6_check_fraglist_gro()
/linux/net/ipv4/
H A Dtcp_offload.c420 if (likely(!(skb->dev->features & NETIF_F_GRO_FRAGLIST))) in tcp4_check_fraglist_gro()
H A Dudp_offload.c585 if (skb->dev->features & NETIF_F_GRO_FRAGLIST) in udp_gro_receive()
/linux/drivers/net/
H A Dveth.c341 rcv->features & (NETIF_F_GRO_FRAGLIST | NETIF_F_GRO_UDP_FWD)); in veth_skb_is_eligible_for_gro()