Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_CHECKSUM.c29 skb_checksum_help(skb); in checksum_tg()
Dnfnetlink_queue_core.c333 skb_checksum_help(entskb)) in nfqnl_build_packet_message()
/linux-4.1.27/net/ipv4/
Dip_tunnel_core.c149 err = skb_checksum_help(skb); in iptunnel_handle_offloads()
Dip_output.c640 if ((skb->ip_summed == CHECKSUM_PARTIAL) && skb_checksum_help(skb)) in ip_fragment()
/linux-4.1.27/net/xfrm/
Dxfrm_output.c192 err = skb_checksum_help(skb); in xfrm_output()
/linux-4.1.27/net/sched/
Dsch_netem.c458 skb_checksum_help(skb))) in netem_enqueue()
/linux-4.1.27/drivers/net/
Dmacvtap.c343 skb_checksum_help(skb)) in macvtap_handle_frame()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c858 if (skb_checksum_help(skb)) { in fm10k_tx_csum()
/linux-4.1.27/drivers/net/ethernet/ibm/
Dibmveth.c968 skb_checksum_help(skb)) { in ibmveth_start_xmit()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbgmac.c157 skb_checksum_help(skb); in bgmac_dma_tx_add()
Dtg3.c8011 if (skb_checksum_help(skb)) in tg3_start_xmit()
/linux-4.1.27/net/ipv6/
Dip6_output.c717 skb_checksum_help(skb)) in ip6_fragment()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dptp.c887 rc = skb_checksum_help(skb); in efx_ptp_xmit_skb()
/linux-4.1.27/net/core/
Ddev.c2366 int skb_checksum_help(struct sk_buff *skb) in skb_checksum_help() function
2408 EXPORT_SYMBOL(skb_checksum_help);
2737 skb_checksum_help(skb)) in validate_xmit_skb()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dsge.c1831 if (unlikely(skb_checksum_help(skb))) { in t1_start_xmit()
/linux-4.1.27/net/openvswitch/
Ddatapath.c439 (err = skb_checksum_help(skb))) in queue_userspace_packet()
/linux-4.1.27/include/linux/
Dnetdevice.h3550 int skb_checksum_help(struct sk_buff *skb);
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c708 ret = skb_checksum_help(skb); in skb_tx_csum()
/linux-4.1.27/drivers/net/ethernet/realtek/
Dr8169.c6889 if (skb_checksum_help(skb) < 0) in r8169_csum_workaround()
6997 return !(skb_checksum_help(skb) || eth_skb_pad(skb)); in rtl8169_tso_csum_v2()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar.c2387 skb_checksum_help(skb); in gfar_start_xmit()
/linux-4.1.27/drivers/net/usb/
Dr8152.c1393 if (skb_checksum_help(skb) < 0) in r8152_csum_workaround()
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c2869 if (skb_checksum_help(skb)) in myri10ge_xmit()