Home
last modified time | relevance | path

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

12

/Linux-v6.1/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()
226 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in lan937x_xmit()
Dtag_hellcreek.c29 skb_checksum_help(skb)) in hellcreek_xmit()
Dtag_ocelot_8021q.c39 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in ocelot_defer_xmit()
Dtag_rtl8_4.c139 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in rtl8_4t_tag_xmit()
/Linux-v6.1/net/netfilter/
Dxt_CHECKSUM.c29 skb_checksum_help(skb); in checksum_tg()
Dnfnetlink_queue.c433 skb_checksum_help(entskb)) in nfqnl_build_packet_message()
/Linux-v6.1/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-v6.1/net/ipv6/
Dnetfilter.c157 (err = skb_checksum_help(skb))) in br_ip6_fragment()
/Linux-v6.1/drivers/net/wireguard/
Dsend.c198 skb_checksum_help(skb))) in encrypt_packet()
/Linux-v6.1/net/bridge/netfilter/
Dnf_conntrack_bridge.c44 (err = skb_checksum_help(skb))) in nf_br_ip_fragment()
/Linux-v6.1/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c811 if (skb_checksum_help(skb)) { in fm10k_tx_csum()
859 skb_checksum_help(skb); in fm10k_tx_csum()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c60 skb_checksum_help(skb); in iwl_mvm_tx_csum_pre_bz()
80 skb_checksum_help(skb); in iwl_mvm_tx_csum_pre_bz()
94 skb_checksum_help(skb); in iwl_mvm_tx_csum_pre_bz()
/Linux-v6.1/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c2041 skb_checksum_help(skb); in iavf_tx_enable_csum()
2121 skb_checksum_help(skb); in iavf_tx_enable_csum()
/Linux-v6.1/net/xfrm/
Dxfrm_output.c756 err = skb_checksum_help(skb); in xfrm_output()
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_txrx.c1818 skb_checksum_help(skb); in ice_tx_csum()
1909 skb_checksum_help(skb); in ice_tx_csum()
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c415 skb_checksum_help(skb); in offload_csum()
/Linux-v6.1/drivers/net/
Dtap.c378 skb_checksum_help(skb)) { in tap_handle_frame()
/Linux-v6.1/net/sched/
Dsch_netem.c510 skb_checksum_help(skb)) { in netem_enqueue()
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c3263 skb_checksum_help(skb); in i40e_tx_enable_csum()
3343 skb_checksum_help(skb); in i40e_tx_enable_csum()
/Linux-v6.1/drivers/net/ethernet/broadcom/
Dbgmac.c149 skb_checksum_help(skb); in bgmac_dma_tx_add()
/Linux-v6.1/drivers/net/ethernet/faraday/
Dftgmac100.c699 return skb_checksum_help(skb) == 0; in ftgmac100_prep_tx_csum()
/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Dptp.c1122 rc = skb_checksum_help(skb); in efx_ptp_xmit_skb_mc()
/Linux-v6.1/drivers/net/ethernet/ibm/
Dibmveth.c1137 skb_checksum_help(skb)) { in ibmveth_start_xmit()
/Linux-v6.1/net/ipv4/
Dip_output.c774 (err = skb_checksum_help(skb))) in ip_do_fragment()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1400 return ret ? ret : skb_checksum_help(skb); in hns3_set_l4_csum_length()
1426 return skb_checksum_help(skb); in hns3_set_l4_csum_length()
1458 return skb_checksum_help(skb); in hns3_set_l2l3l4()

12