Home
last modified time | relevance | path

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

12

/linux-6.15/include/linux/
H A Dnetdev_features.h157 #define NETIF_F_GSO_UDP_L4 __NETIF_F(GSO_UDP_L4) macro
216 NETIF_F_GSO_UDP_L4 | NETIF_F_GSO_FRAGLIST)
H A Dnetdevice.h5295 BUILD_BUG_ON(SKB_GSO_UDP_L4 != (NETIF_F_GSO_UDP_L4 >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c149 NETIF_F_GSO_UDP_L4; in enetc_vf_netdev_setup()
154 NETIF_F_GSO_UDP_L4; in enetc_vf_netdev_setup()
H A Denetc_pf_common.c114 NETIF_F_GSO_UDP_L4; in enetc_pf_netdev_setup()
119 NETIF_F_GSO_UDP_L4; in enetc_pf_netdev_setup()
/linux-6.15/Documentation/networking/
H A Dnetdev-features.rst121 NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c679 NETIF_F_GSO_UDP_L4; in fbnic_netdev_alloc()
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c51 NETIF_F_GSO_UDP_L4 | \
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c657 NETIF_F_GSO_UDP_L4; in otx2vf_probe()
H A Dotx2_common.c521 pfvf->netdev->hw_features &= ~NETIF_F_GSO_UDP_L4; in otx2_setup_segmentation()
H A Dotx2_pf.c3124 NETIF_F_GSO_UDP_L4); in otx2_probe()
/linux-6.15/net/ipv4/
H A Dudp_offload.c349 features &= ~(NETIF_F_GSO_UDP_L4 | NETIF_F_CSUM_MASK); in __udp_gso_segment()
/linux-6.15/drivers/net/
H A Dtap.c886 features |= NETIF_F_GSO_UDP_L4; in set_offload()
H A Dtun.c189 NETIF_F_TSO6 | NETIF_F_GSO_UDP_L4)
2841 features |= NETIF_F_GSO_UDP_L4; in set_offload()
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c50 NETIF_F_GSO_UDP_L4 | \
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c789 tso_offloads |= NETIF_F_GSO_UDP_L4; in idpf_cfg_netdev()
/linux-6.15/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-6.15/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1357 NETIF_F_GSO_UDP_L4)
/linux-6.15/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2700 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in nfp_net_netdev_init()
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_main.c2528 NETIF_F_GSO_UDP_L4 | in igb_features_check()
2537 NETIF_F_GSO_UDP_L4 | in igb_features_check()
3298 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10603 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
10612 NETIF_F_GSO_UDP_L4 | in ixgbe_features_check()
11429 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5545 netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
5546 netdev->hw_features |= NETIF_F_GSO_UDP_L4; in mlx5e_build_nic_netdev()
/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c5403 hw_features |= NETIF_F_GSO_UDP_L4; in iavf_process_config()
/linux-6.15/net/core/
H A Ddev.c10558 if ((features & NETIF_F_GSO_UDP_L4) && !netdev_has_ip_or_hw_csum(features)) { in netdev_fix_features()
10560 features &= ~NETIF_F_GSO_UDP_L4; in netdev_fix_features()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3335 netdev->features |= NETIF_F_GSO_UDP_L4; in hns3_set_default_feature()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6199 NETIF_F_GSO_UDP_L4)

12