Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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)
H A Dnetdevice.h4978 BUILD_BUG_ON(SKB_GSO_UDP_L4 != (NETIF_F_GSO_UDP_L4 >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux/Documentation/networking/
H A Dnetdev-features.rst121 NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c655 NETIF_F_GSO_UDP_L4; in otx2vf_probe()
H A Dotx2_common.c506 pfvf->netdev->hw_features &= ~NETIF_F_GSO_UDP_L4; in otx2_setup_segmentation()
H A Dotx2_pf.c3021 NETIF_F_GSO_UDP_L4); in otx2_probe()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c51 NETIF_F_GSO_UDP_L4 | \
/linux/drivers/net/
H A Dtap.c978 features |= NETIF_F_GSO_UDP_L4; in set_offload()
H A Dtun.c190 NETIF_F_TSO6 | NETIF_F_GSO_UDP_L4)
2911 features |= NETIF_F_GSO_UDP_L4; in set_offload()
H A Dvirtio_net.c5663 dev->hw_features |= NETIF_F_GSO_UDP_L4; in virtnet_probe()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c50 NETIF_F_GSO_UDP_L4 | \
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c803 dflt_features |= NETIF_F_GSO_UDP_L4; in idpf_cfg_netdev()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c379 self->ndev->gso_partial_features = NETIF_F_GSO_UDP_L4; in aq_nic_ndev_init()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1357 NETIF_F_GSO_UDP_L4)
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c2518 NETIF_F_GSO_UDP_L4 | in igb_features_check()
2527 NETIF_F_GSO_UDP_L4 | in igb_features_check()
3296 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2701 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in nfp_net_netdev_init()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10237 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10246 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
11030 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5370 netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
5371 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4851 hw_features |= NETIF_F_GSO_UDP_L4; in iavf_process_config()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3329 netdev->features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6208 NETIF_F_GSO_UDP_L4)
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3618 NETIF_F_GSO_UDP_L4; in ice_set_netdev_features()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c7613 ndev->hw_features |= NETIF_F_GSO_UDP_L4; in stmmac_dvr_probe()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c15333 dev->hw_features |= NETIF_F_GSO_UDP_L4; in bnxt_init_one()
15345 dev->hw_enc_features |= NETIF_F_GSO_UDP_L4; in bnxt_init_one()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13710 NETIF_F_GSO_UDP_L4 | in i40e_config_netdev()