Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Doffload.c77 if (!(features & NETIF_F_SCTP_CRC)) { in sctp_gso_segment()
H A Doutput.c547 if (!(tp->dst->dev->features & NETIF_F_SCTP_CRC) || in sctp_packet_pack()
/linux/drivers/net/
H A Dloopback.c182 | NETIF_F_SCTP_CRC in gen_lo_setup()
H A Dnetkit.c261 NETIF_F_SCTP_CRC | in netkit_setup()
H A Dveth.c1686 NETIF_F_RXCSUM | NETIF_F_SCTP_CRC | NETIF_F_HIGHDMA | \
/linux/include/linux/
H A Dnetdev_features.h127 #define NETIF_F_SCTP_CRC __NETIF_F(SCTP_CRC) macro
/linux/net/ipv4/
H A Dgre_offload.c50 features &= ~NETIF_F_SCTP_CRC; in gre_gso_segment()
H A Dudp_offload.c74 features &= ~NETIF_F_SCTP_CRC; in __skb_udp_tunnel_segment()
/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c588 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_TSO_MANGLEID; in ngbe_probe()
/linux/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c176 !(skb_dst(skb)->dev->features & NETIF_F_SCTP_CRC))) { in sctp_dnat_handler()
/linux/net/8021q/
H A Dvlan_dev.c566 NETIF_F_HIGHDMA | NETIF_F_SCTP_CRC | in vlan_dev_init()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c933 netdev->hw_enc_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_SCTP_CRC | in netdev_features_init()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c776 dflt_features |= NETIF_F_SCTP_CRC; in idpf_cfg_netdev()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c5401 NETIF_F_SCTP_CRC | in igc_features_check()
5409 NETIF_F_SCTP_CRC | in igc_features_check()
7019 netdev->features |= NETIF_F_SCTP_CRC; in igc_probe()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c2527 NETIF_F_SCTP_CRC | in igb_features_check()
2536 NETIF_F_SCTP_CRC | in igb_features_check()
3298 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10598 NETIF_F_SCTP_CRC | in ixgbe_features_check()
10607 NETIF_F_SCTP_CRC | in ixgbe_features_check()
11425 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/linux/net/ethtool/
H A Dioctl.c228 NETIF_F_SCTP_CRC; in ethtool_get_feature_mask()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c5158 NETIF_F_SCTP_CRC | in iavf_process_config()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3319 NETIF_F_SCTP_CRC | NETIF_F_FRAGLIST; in hns3_set_default_feature()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3632 NETIF_F_SCTP_CRC | in ice_set_netdev_features()
/linux/net/core/
H A Ddev.c3847 return !!(features & NETIF_F_SCTP_CRC) ? 0 : in skb_csum_hwoffload_help()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13697 NETIF_F_SCTP_CRC | in i40e_config_netdev()