Searched refs:skb_partial_csum_set (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/core/ |
D | skbuff.c | 3789 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off) in skb_partial_csum_set() function 3803 EXPORT_SYMBOL_GPL(skb_partial_csum_set); 3838 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip() 3847 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip()
|
/linux-4.1.27/drivers/net/ |
D | macvtap.c | 602 if (!skb_partial_csum_set(skb, macvtap16_to_cpu(q, vnet_hdr->csum_start), in macvtap_skb_from_vnet_hdr()
|
D | virtio_net.c | 474 if (!skb_partial_csum_set(skb, in receive_buf()
|
D | tun.c | 1131 if (!skb_partial_csum_set(skb, tun16_to_cpu(tun, gso.csum_start), in tun_get_user()
|
/linux-4.1.27/include/linux/ |
D | skbuff.h | 3419 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off);
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 2570 if (!skb_partial_csum_set(skb, s, o)) { in packet_snd()
|