/linux/net/dsa/ |
H A D | tag_hellcreek.c | 31 skb_checksum_help(skb)) in hellcreek_xmit()
|
H A D | tag_ocelot_8021q.c | 43 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in ocelot_defer_xmit()
|
H A D | tag_rtl8_4.c | 142 if (skb->ip_summed == CHECKSUM_PARTIAL && skb_checksum_help(skb)) in rtl8_4t_tag_xmit()
|
/linux/net/netfilter/ |
H A D | xt_CHECKSUM.c | 29 skb_checksum_help(skb); in checksum_tg()
|
/linux/Documentation/networking/ |
H A D | checksum-offloads.rst | 68 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/net/ipv6/ |
H A D | netfilter.c | 158 (err = skb_checksum_help(skb))) in br_ip6_fragment()
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_singleq_txrx.c | 85 skb_checksum_help(skb); in idpf_tx_singleq_csum() 170 skb_checksum_help(skb); in idpf_tx_singleq_csum()
|
/linux/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 44 (err = skb_checksum_help(skb))) in nf_br_ip_fragment()
|
/linux/drivers/net/wireguard/ |
H A D | send.c | 198 skb_checksum_help(skb))) in encrypt_packet()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_main.c | 810 if (skb_checksum_help(skb)) { in fm10k_tx_csum() 858 skb_checksum_help(skb); in fm10k_tx_csum()
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 1678 skb_checksum_help(skb); in iavf_tx_enable_csum() 1758 skb_checksum_help(skb); in iavf_tx_enable_csum()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx.c | 1894 skb_checksum_help(skb); in ice_tx_csum() 1985 skb_checksum_help(skb); in ice_tx_csum()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_tx.c | 415 skb_checksum_help(skb); in offload_csum()
|
/linux/net/xfrm/ |
H A D | xfrm_output.c | 776 err = skb_checksum_help(skb); in xfrm_output()
|
/linux/net/sched/ |
H A D | sch_netem.c | 515 skb_checksum_help(skb)) { in netem_enqueue()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 3330 skb_checksum_help(skb); in i40e_tx_enable_csum() 3410 skb_checksum_help(skb); in i40e_tx_enable_csum()
|
/linux/drivers/net/ethernet/faraday/ |
H A D | ftgmac100.c | 720 return skb_checksum_help(skb) == 0; in ftgmac100_prep_tx_csum()
|
/linux/net/xdp/ |
H A D | xsk.c | 740 err = skb_checksum_help(skb); in xsk_build_skb()
|
/linux/drivers/net/ethernet/ibm/ |
H A D | ibmveth.c | 1109 skb_checksum_help(skb)) { in ibmveth_start_xmit()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ptp.c | 1122 rc = skb_checksum_help(skb); in efx_ptp_xmit_skb_mc()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 1140 rc = skb_checksum_help(skb); in efx_ptp_xmit_skb_mc()
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 1401 return ret ? ret : skb_checksum_help(skb); in hns3_set_l4_csum_length() 1427 return skb_checksum_help(skb); in hns3_set_l4_csum_length() 1459 return skb_checksum_help(skb); in hns3_set_l2l3l4()
|
/linux/net/mac80211/ |
H A D | mesh.c | 784 if (skb_checksum_help(skb)) in ieee80211_mesh_xmit_fast()
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 1867 if (unlikely(skb_checksum_help(skb))) { in t1_start_xmit()
|
/linux/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 650 if (skb_checksum_help(skb)) in netvsc_xmit()
|