/openbmc/linux/net/sctp/ |
H A D | offload.c | 77 if (!(features & NETIF_F_SCTP_CRC)) { in sctp_gso_segment()
|
H A D | output.c | 547 if (!(tp->dst->dev->features & NETIF_F_SCTP_CRC) || in sctp_packet_pack()
|
/openbmc/linux/net/ipv4/ |
H A D | esp4_offload.c | 227 NETIF_F_SCTP_CRC); in esp4_gso_segment() 231 NETIF_F_SCTP_CRC); in esp4_gso_segment()
|
H A D | gre_offload.c | 50 features &= ~NETIF_F_SCTP_CRC; in gre_gso_segment()
|
H A D | udp_offload.c | 74 features &= ~NETIF_F_SCTP_CRC; in __skb_udp_tunnel_segment()
|
/openbmc/linux/net/ipv6/ |
H A D | esp6_offload.c | 264 NETIF_F_SCTP_CRC); in esp6_gso_segment() 267 NETIF_F_SCTP_CRC); in esp6_gso_segment()
|
/openbmc/linux/drivers/net/ |
H A D | loopback.c | 184 | NETIF_F_SCTP_CRC in gen_lo_setup()
|
H A D | vrf.c | 1671 dev->features |= NETIF_F_RXCSUM | NETIF_F_HW_CSUM | NETIF_F_SCTP_CRC; in vrf_setup()
|
H A D | veth.c | 1728 NETIF_F_RXCSUM | NETIF_F_SCTP_CRC | NETIF_F_HIGHDMA | \
|
/openbmc/linux/include/linux/ |
H A D | netdev_features.h | 131 #define NETIF_F_SCTP_CRC __NETIF_F(SCTP_CRC) macro
|
/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_main.c | 627 netdev->features |= NETIF_F_SCTP_CRC; in txgbe_probe()
|
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_main.c | 571 netdev->features |= NETIF_F_SCTP_CRC | NETIF_F_TSO_MANGLEID; in ngbe_probe()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_proto_sctp.c | 176 !(skb_dst(skb)->dev->features & NETIF_F_SCTP_CRC))) { in sctp_dnat_handler()
|
/openbmc/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | netdev.c | 2661 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 D | vlan_dev.c | 588 NETIF_F_HIGHDMA | NETIF_F_SCTP_CRC | in vlan_dev_init()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 4419 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 D | hinic_main.c | 933 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 D | igc_main.c | 5279 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 D | igb_main.c | 2549 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 D | ixgbe_main.c | 10211 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 D | ioctl.c | 224 NETIF_F_SCTP_CRC; in ethtool_get_feature_mask()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 4869 NETIF_F_SCTP_CRC | in iavf_process_config()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 3324 NETIF_F_SCTP_CRC | NETIF_F_FRAGLIST; in hns3_set_default_feature()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 3448 NETIF_F_SCTP_CRC | in ice_set_netdev_features()
|
/openbmc/linux/net/core/ |
H A D | dev.c | 3654 return !!(features & NETIF_F_SCTP_CRC) ? 0 : in skb_csum_hwoffload_help()
|