Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO_UDP_L4 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/linux/
Dnetdev_features.h150 #define NETIF_F_GSO_UDP_L4 __NETIF_F(GSO_UDP_L4) macro
Dnetdevice.h4520 BUILD_BUG_ON(SKB_GSO_UDP_L4 != (NETIF_F_GSO_UDP_L4 >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v5.4/Documentation/networking/
Dnetdev-features.txt118 NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds
/Linux-v5.4/drivers/net/team/
Dteam.c1009 NETIF_F_GSO_UDP_L4; in __team_compute_features()
2169 dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4; in team_setup()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4930 netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
4931 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
4932 netdev->features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c1131 NETIF_F_GSO_UDP_L4; in bond_compute_features()
4326 bond_dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4; in bond_setup()