Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/linux/net/ipv4/
H A Desp4_offload.c227 NETIF_F_SCTP_CRC); in esp4_gso_segment()
231 NETIF_F_SCTP_CRC); in esp4_gso_segment()
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()
/openbmc/linux/net/ipv6/
H A Desp6_offload.c264 NETIF_F_SCTP_CRC); in esp6_gso_segment()
267 NETIF_F_SCTP_CRC); in esp6_gso_segment()
/openbmc/linux/drivers/net/
H A Dloopback.c184 | NETIF_F_SCTP_CRC in gen_lo_setup()
H A Dvrf.c1671 dev->features |= NETIF_F_RXCSUM | NETIF_F_HW_CSUM | NETIF_F_SCTP_CRC; in vrf_setup()
H A Dveth.c1728 NETIF_F_RXCSUM | NETIF_F_SCTP_CRC | NETIF_F_HIGHDMA | \
/openbmc/linux/include/linux/
H A Dnetdev_features.h131 #define NETIF_F_SCTP_CRC __NETIF_F(SCTP_CRC) macro
/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c627 netdev->features |= NETIF_F_SCTP_CRC; in txgbe_probe()
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c571 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_TSO_MANGLEID; in ngbe_probe()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c176 !(skb_dst(skb)->dev->features & NETIF_F_SCTP_CRC))) { in sctp_dnat_handler()
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2661 NETIF_F_SCTP_CRC | in igbvf_features_check()
2669 NETIF_F_SCTP_CRC | in igbvf_features_check()
2796 NETIF_F_SCTP_CRC; in igbvf_probe()
/openbmc/linux/net/8021q/
H A Dvlan_dev.c588 NETIF_F_HIGHDMA | NETIF_F_SCTP_CRC | in vlan_dev_init()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4419 NETIF_F_SCTP_CRC | in ixgbevf_features_check()
4427 NETIF_F_SCTP_CRC | in ixgbevf_features_check()
4608 NETIF_F_SCTP_CRC; in ixgbevf_probe()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c5279 NETIF_F_SCTP_CRC | in igc_features_check()
5287 NETIF_F_SCTP_CRC | in igc_features_check()
6820 netdev->features |= NETIF_F_SCTP_CRC; in igc_probe()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c2549 NETIF_F_SCTP_CRC | in igb_features_check()
2558 NETIF_F_SCTP_CRC | in igb_features_check()
3328 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in igb_probe()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10211 NETIF_F_SCTP_CRC | in ixgbe_features_check()
10220 NETIF_F_SCTP_CRC | in ixgbe_features_check()
11005 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_GSO_UDP_L4; in ixgbe_probe()
/openbmc/linux/net/ethtool/
H A Dioctl.c224 NETIF_F_SCTP_CRC; in ethtool_get_feature_mask()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4869 NETIF_F_SCTP_CRC | in iavf_process_config()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3324 NETIF_F_SCTP_CRC | NETIF_F_FRAGLIST; in hns3_set_default_feature()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3448 NETIF_F_SCTP_CRC | in ice_set_netdev_features()
/openbmc/linux/net/core/
H A Ddev.c3654 return !!(features & NETIF_F_SCTP_CRC) ? 0 : in skb_csum_hwoffload_help()

12