Home
last modified time | relevance | path

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

123

/linux-6.14.4/net/dsa/
Dtag_ksz.c127 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in ksz8795_xmit()
283 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in ksz9477_xmit()
354 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in ksz9893_xmit()
421 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in lan937x_xmit()
Dtag_hellcreek.c31 skb_checksum_help(skb)) in hellcreek_xmit()
Dtag_ocelot_8021q.c43 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in ocelot_defer_xmit()
Dtag_rtl8_4.c142 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in rtl8_4t_tag_xmit()
/linux-6.14.4/net/netfilter/
Dxt_CHECKSUM.c29 skb_checksum_help(skb); in checksum_tg()
Dnfnetlink_queue.c548 return skb_checksum_help(entskb); in nf_queue_checksum_help()
/linux-6.14.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-6.14.4/net/ipv6/
Dnetfilter.c158 (err = skb_checksum_help(skb))) in br_ip6_fragment()
/linux-6.14.4/drivers/net/ethernet/intel/idpf/
Didpf_singleq_txrx.c85 skb_checksum_help(skb); in idpf_tx_singleq_csum()
170 skb_checksum_help(skb); in idpf_tx_singleq_csum()
/linux-6.14.4/net/bridge/netfilter/
Dnf_conntrack_bridge.c44 (err = skb_checksum_help(skb))) in nf_br_ip_fragment()
/linux-6.14.4/drivers/net/wireguard/
Dsend.c198 skb_checksum_help(skb))) in encrypt_packet()
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c64 skb_checksum_help(skb); in iwl_mvm_tx_csum()
84 skb_checksum_help(skb); in iwl_mvm_tx_csum()
98 skb_checksum_help(skb); in iwl_mvm_tx_csum()
/linux-6.14.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c810 if (skb_checksum_help(skb)) { in fm10k_tx_csum()
858 skb_checksum_help(skb); in fm10k_tx_csum()
/linux-6.14.4/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1678 skb_checksum_help(skb); in iavf_tx_enable_csum()
1758 skb_checksum_help(skb); in iavf_tx_enable_csum()
/linux-6.14.4/net/xfrm/
Dxfrm_iptfs.c2097 err = skb_checksum_help(skb); in iptfs_first_skb()
2261 if (skb_checksum_help(skb2)) { in iptfs_output_queued()
Dxfrm_output.c817 err = skb_checksum_help(skb); in xfrm_output()
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_txrx.c1894 skb_checksum_help(skb); in ice_tx_csum()
1985 skb_checksum_help(skb); in ice_tx_csum()
/linux-6.14.4/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c415 skb_checksum_help(skb); in offload_csum()
/linux-6.14.4/net/sched/
Dsch_netem.c515 skb_checksum_help(skb)) { in netem_enqueue()
/linux-6.14.4/drivers/net/
Dtap.c380 skb_checksum_help(skb)) { in tap_handle_frame()
/linux-6.14.4/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_intf.c229 skb_checksum_help(skb); in bcmasp_csum_offload()
/linux-6.14.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c3330 skb_checksum_help(skb); in i40e_tx_enable_csum()
3410 skb_checksum_help(skb); in i40e_tx_enable_csum()
/linux-6.14.4/drivers/net/ethernet/broadcom/
Dbgmac.c149 skb_checksum_help(skb); in bgmac_dma_tx_add()
/linux-6.14.4/net/xdp/
Dxsk.c740 err = skb_checksum_help(skb); in xsk_build_skb()
/linux-6.14.4/drivers/net/ethernet/faraday/
Dftgmac100.c720 return skb_checksum_help(skb) == 0; in ftgmac100_prep_tx_csum()

123