Home
last modified time | relevance | path

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

12

/Linux-v5.15/net/dsa/
Dtag_ksz.c56 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in ksz8795_xmit()
119 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in ksz9477_xmit()
171 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in ksz9893_xmit()
/Linux-v5.15/net/netfilter/
Dxt_CHECKSUM.c29 skb_checksum_help(skb); in checksum_tg()
Dnfnetlink_queue.c430 skb_checksum_help(entskb)) in nfqnl_build_packet_message()
/Linux-v5.15/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.15/net/ipv6/
Dnetfilter.c151 (err = skb_checksum_help(skb))) in br_ip6_fragment()
Dip6_output.c860 (err = skb_checksum_help(skb))) in ip6_fragment()
/Linux-v5.15/net/bridge/netfilter/
Dnf_conntrack_bridge.c43 (err = skb_checksum_help(skb))) in nf_br_ip_fragment()
/Linux-v5.15/drivers/net/wireguard/
Dsend.c198 skb_checksum_help(skb))) in encrypt_packet()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c60 skb_checksum_help(skb); in iwl_mvm_tx_csum()
80 skb_checksum_help(skb); in iwl_mvm_tx_csum()
94 skb_checksum_help(skb); in iwl_mvm_tx_csum()
/Linux-v5.15/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c803 if (skb_checksum_help(skb)) { in fm10k_tx_csum()
851 skb_checksum_help(skb); in fm10k_tx_csum()
/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c2017 skb_checksum_help(skb); in iavf_tx_enable_csum()
2097 skb_checksum_help(skb); in iavf_tx_enable_csum()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_txrx.c1734 skb_checksum_help(skb); in ice_tx_csum()
1825 skb_checksum_help(skb); in ice_tx_csum()
/Linux-v5.15/net/xfrm/
Dxfrm_output.c735 err = skb_checksum_help(skb); in xfrm_output()
/Linux-v5.15/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c416 skb_checksum_help(skb); in offload_csum()
/Linux-v5.15/net/sched/
Dsch_netem.c510 skb_checksum_help(skb)) { in netem_enqueue()
/Linux-v5.15/drivers/net/
Dtap.c372 skb_checksum_help(skb)) in tap_handle_frame()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c3242 skb_checksum_help(skb); in i40e_tx_enable_csum()
3322 skb_checksum_help(skb); in i40e_tx_enable_csum()
/Linux-v5.15/drivers/net/ethernet/broadcom/
Dbgmac.c149 skb_checksum_help(skb); in bgmac_dma_tx_add()
/Linux-v5.15/drivers/net/ethernet/faraday/
Dftgmac100.c702 return skb_checksum_help(skb) == 0; in ftgmac100_prep_tx_csum()
/Linux-v5.15/net/ipv4/
Dip_output.c767 (err = skb_checksum_help(skb))) in ip_do_fragment()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1388 return skb_checksum_help(skb); in hns3_set_l2l3l4()
1435 return ret ? ret : skb_checksum_help(skb); in hns3_set_l2l3l4()
1461 return skb_checksum_help(skb); in hns3_set_l2l3l4()
/Linux-v5.15/drivers/net/ethernet/ibm/
Dibmveth.c1075 skb_checksum_help(skb)) { in ibmveth_start_xmit()
/Linux-v5.15/drivers/net/ethernet/sfc/
Dptp.c1122 rc = skb_checksum_help(skb); in efx_ptp_xmit_skb_mc()
/Linux-v5.15/drivers/net/ethernet/microsoft/mana/
Dmana_en.c236 if (skb_checksum_help(skb)) in mana_start_xmit()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb/
Dsge.c1876 if (unlikely(skb_checksum_help(skb))) { in t1_start_xmit()

12