Home
last modified time | relevance | path

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

/Linux-v6.1/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.h4935 BUILD_BUG_ON(SKB_GSO_UDP_L4 != (NETIF_F_GSO_UDP_L4 >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v6.1/Documentation/networking/
Dnetdev-features.rst121 NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c51 NETIF_F_GSO_UDP_L4 | \
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c643 NETIF_F_GSO_UDP_L4; in otx2vf_probe()
Dotx2_common.c499 pfvf->netdev->hw_features &= ~NETIF_F_GSO_UDP_L4; in otx2_setup_segmentation()
Dotx2_pf.c2845 NETIF_F_GSO_UDP_L4); in otx2_probe()
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c50 NETIF_F_GSO_UDP_L4 | \
/Linux-v6.1/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.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c5121 netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
5122 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
5123 netdev->features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
/Linux-v6.1/drivers/net/ethernet/fungible/funeth/
Dfuneth_main.c1360 NETIF_F_GSO_UDP_L4)
/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb_main.c2516 NETIF_F_GSO_UDP_L4 | in igb_features_check()
2525 NETIF_F_GSO_UDP_L4 | in igb_features_check()
3278 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10227 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10236 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10980 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/Linux-v6.1/drivers/net/ethernet/intel/iavf/
Diavf_main.c4782 hw_features |= NETIF_F_GSO_UDP_L4; in iavf_process_config()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c3326 netdev->features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6209 NETIF_F_GSO_UDP_L4)
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c7154 ndev->hw_features |= NETIF_F_GSO_UDP_L4; in stmmac_dvr_probe()
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_main.c3383 NETIF_F_GSO_UDP_L4; in ice_set_netdev_features()
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_main.c13696 NETIF_F_GSO_UDP_L4 | in i40e_config_netdev()