Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dnetdev_features.h160 #define NETIF_F_GSO_UDP_L4 __NETIF_F(GSO_UDP_L4) macro
222 NETIF_F_GSO_UDP_L4 | NETIF_F_GSO_FRAGLIST)
Dnetdevice.h4985 BUILD_BUG_ON(SKB_GSO_UDP_L4 != (NETIF_F_GSO_UDP_L4 >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v6.6/Documentation/networking/
Dnetdev-features.rst121 NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c51 NETIF_F_GSO_UDP_L4 | \
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c640 NETIF_F_GSO_UDP_L4; in otx2vf_probe()
Dotx2_common.c506 pfvf->netdev->hw_features &= ~NETIF_F_GSO_UDP_L4; in otx2_setup_segmentation()
Dotx2_pf.c2927 NETIF_F_GSO_UDP_L4); in otx2_probe()
/Linux-v6.6/drivers/net/
Dtap.c978 features |= NETIF_F_GSO_UDP_L4; in set_offload()
Dtun.c188 NETIF_F_TSO6 | NETIF_F_GSO_UDP_L4)
2910 features |= NETIF_F_GSO_UDP_L4; in set_offload()
Dvirtio_net.c4394 dev->hw_features |= NETIF_F_GSO_UDP_L4; in virtnet_probe()
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c50 NETIF_F_GSO_UDP_L4 | \
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c379 self->ndev->gso_partial_features = NETIF_F_GSO_UDP_L4; in aq_nic_ndev_init()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c5178 netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
5179 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
5180 netdev->features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth_main.c1357 NETIF_F_GSO_UDP_L4)
/Linux-v6.6/drivers/net/ethernet/intel/igb/
Digb_main.c2545 NETIF_F_GSO_UDP_L4 | in igb_features_check()
2554 NETIF_F_GSO_UDP_L4 | in igb_features_check()
3320 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10216 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10225 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10967 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_main.c4816 hw_features |= NETIF_F_GSO_UDP_L4; in iavf_process_config()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c3333 netdev->features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6208 NETIF_F_GSO_UDP_L4)
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_main.c3459 NETIF_F_GSO_UDP_L4; in ice_set_netdev_features()
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c7430 ndev->hw_features |= NETIF_F_GSO_UDP_L4; in stmmac_dvr_probe()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_main.c13747 NETIF_F_GSO_UDP_L4 | in i40e_config_netdev()