Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnetdev_features.h160 #define NETIF_F_GRO_FRAGLIST __NETIF_F(GRO_FRAGLIST) macro
242 #define NETIF_F_SOFT_FEATURES_OFF (NETIF_F_GRO_FRAGLIST | NETIF_F_GRO_UDP_FWD)
/linux-6.15/net/ipv6/
H A Dtcpv6_offload.c27 if (likely(!(skb->dev->features & NETIF_F_GRO_FRAGLIST))) in tcp6_check_fraglist_gro()
/linux-6.15/net/ipv4/
H A Dtcp_offload.c424 if (likely(!(skb->dev->features & NETIF_F_GRO_FRAGLIST))) in tcp4_check_fraglist_gro()
H A Dudp_offload.c644 if (skb->dev->features & NETIF_F_GRO_FRAGLIST) in udp_gro_receive()
/linux-6.15/drivers/net/
H A Dveth.c342 rcv->features & (NETIF_F_GRO_FRAGLIST | NETIF_F_GRO_UDP_FWD)); in veth_skb_is_eligible_for_gro()