Home
last modified time | relevance | path

Searched refs:skb_partial_csum_set (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dvirtio_net.h104 if (!skb_partial_csum_set(skb, start, off)) in virtio_net_hdr_to_skb()
/linux/net/core/
H A Dskbuff.c5557 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off) in skb_partial_csum_set() function
5573 EXPORT_SYMBOL_GPL(skb_partial_csum_set);
5608 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip()
5617 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip()
/linux/drivers/net/ethernet/ibm/
H A Dibmveth.c1301 skb_partial_csum_set(skb, iphlen, in ibmveth_rx_csum_helper()