Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/netfilter/
Dxt_CHECKSUM.c29 skb_checksum_help(skb); in checksum_tg()
Dnfnetlink_queue.c431 skb_checksum_help(entskb)) in nfqnl_build_packet_message()
/Linux-v5.4/Documentation/networking/
Dchecksum-offloads.rst68 skb_checksum_help() / skb_crc32c_csum_help functions, as mentioned in
104 skb_checksum_help()), the outer checksum will become correct by virtue of the
/Linux-v5.4/net/ipv6/
Dnetfilter.c149 (err = skb_checksum_help(skb))) in br_ip6_fragment()
Dip6_output.c813 (err = skb_checksum_help(skb))) in ip6_fragment()
/Linux-v5.4/net/bridge/netfilter/
Dnf_conntrack_bridge.c43 (err = skb_checksum_help(skb))) in nf_br_ip_fragment()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c120 skb_checksum_help(skb); in iwl_mvm_tx_csum()
140 skb_checksum_help(skb); in iwl_mvm_tx_csum()
154 skb_checksum_help(skb); in iwl_mvm_tx_csum()
/Linux-v5.4/net/xfrm/
Dxfrm_output.c602 err = skb_checksum_help(skb); in xfrm_output()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c821 if (skb_checksum_help(skb)) { in fm10k_tx_csum()
869 skb_checksum_help(skb); in fm10k_tx_csum()
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c2028 skb_checksum_help(skb); in iavf_tx_enable_csum()
2108 skb_checksum_help(skb); in iavf_tx_enable_csum()
/Linux-v5.4/net/sched/
Dsch_netem.c510 skb_checksum_help(skb)) { in netem_enqueue()
/Linux-v5.4/drivers/net/
Dtap.c374 skb_checksum_help(skb)) in tap_handle_frame()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c3106 skb_checksum_help(skb); in i40e_tx_enable_csum()
3186 skb_checksum_help(skb); in i40e_tx_enable_csum()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c808 skb_checksum_help(skb); in hns3_tunnel_csum_bug()
887 skb_checksum_help(skb); in hns3_set_l2l3l4()
958 skb_checksum_help(skb); in hns3_set_l2l3l4()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_txrx.c1823 skb_checksum_help(skb); in ice_tx_csum()
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dbgmac.c149 skb_checksum_help(skb); in bgmac_dma_tx_add()
/Linux-v5.4/net/ipv4/
Dip_output.c780 (err = skb_checksum_help(skb))) in ip_do_fragment()
/Linux-v5.4/drivers/net/ethernet/faraday/
Dftgmac100.c700 return skb_checksum_help(skb) == 0; in ftgmac100_prep_tx_csum()
/Linux-v5.4/drivers/net/ethernet/ibm/
Dibmveth.c1049 skb_checksum_help(skb)) { in ibmveth_start_xmit()
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc.c67 skb_checksum_help(skb); in enetc_tx_csum()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dptp.c1090 rc = skb_checksum_help(skb); in efx_ptp_xmit_skb_mc()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/
Dsge.c1829 if (unlikely(skb_checksum_help(skb))) { in t1_start_xmit()
/Linux-v5.4/drivers/net/hyperv/
Dnetvsc_drv.c675 if (skb_checksum_help(skb)) in netvsc_start_xmit()
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2110 skb_checksum_help(skb); in igbvf_tx_csum()
/Linux-v5.4/net/core/
Ddev.c2832 int skb_checksum_help(struct sk_buff *skb) in skb_checksum_help() function
2874 EXPORT_SYMBOL(skb_checksum_help);
3249 return !!(features & NETIF_F_CSUM_MASK) ? 0 : skb_checksum_help(skb); in skb_csum_hwoffload_help()

12