Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_CHECKSUM.c29 skb_checksum_help(skb); in checksum_tg()
Dnfnetlink_queue.c353 skb_checksum_help(entskb)) in nfqnl_build_packet_message()
/linux-4.4.14/net/xfrm/
Dxfrm_output.c206 err = skb_checksum_help(skb); in xfrm_output()
/linux-4.4.14/net/ipv4/
Dip_tunnel_core.c178 err = skb_checksum_help(skb); in iptunnel_handle_offloads()
Dip_output.c539 (err = skb_checksum_help(skb))) in ip_do_fragment()
/linux-4.4.14/net/sched/
Dsch_netem.c492 skb_checksum_help(skb))) { in netem_enqueue()
/linux-4.4.14/drivers/net/
Dmacvtap.c392 skb_checksum_help(skb)) in macvtap_handle_frame()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c849 if (skb_checksum_help(skb)) { in fm10k_tx_csum()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dptp.c897 rc = skb_checksum_help(skb); in efx_ptp_xmit_skb()
/linux-4.4.14/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.4.14/drivers/net/ethernet/ibm/
Dibmveth.c1048 skb_checksum_help(skb)) { in ibmveth_start_xmit()
/linux-4.4.14/net/core/
Ddev.c2429 int skb_checksum_help(struct sk_buff *skb) in skb_checksum_help() function
2471 EXPORT_SYMBOL(skb_checksum_help);
2800 skb_checksum_help(skb)) in validate_xmit_skb()
/linux-4.4.14/net/ipv6/
Dip6_output.c607 (err = skb_checksum_help(skb))) in ip6_fragment()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dsge.c1831 if (unlikely(skb_checksum_help(skb))) { in t1_start_xmit()
/linux-4.4.14/net/openvswitch/
Ddatapath.c456 (err = skb_checksum_help(skb))) in queue_userspace_packet()
/linux-4.4.14/include/linux/
Dnetdevice.h3633 int skb_checksum_help(struct sk_buff *skb);
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmv643xx_eth.c708 ret = skb_checksum_help(skb); in skb_tx_csum()
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c6959 if (skb_checksum_help(skb) < 0) in r8169_csum_workaround()
7067 return !(skb_checksum_help(skb) || eth_skb_pad(skb)); in rtl8169_tso_csum_v2()
/linux-4.4.14/net/mac80211/
Dtx.c2900 if (skb_checksum_help(skb)) in __ieee80211_subif_start_xmit()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.c2460 skb_checksum_help(skb); in gfar_start_xmit()
/linux-4.4.14/drivers/net/usb/
Dr8152.c1407 if (skb_checksum_help(skb) < 0) in r8152_csum_workaround()
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c2869 if (skb_checksum_help(skb)) in myri10ge_xmit()