Searched refs:skb_partial_csum_set (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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.4.14/drivers/net/ |
D | macvtap.c | 651 if (!skb_partial_csum_set(skb, macvtap16_to_cpu(q, vnet_hdr->csum_start), in macvtap_skb_from_vnet_hdr()
|
D | virtio_net.c | 480 if (!skb_partial_csum_set(skb, in receive_buf()
|
D | tun.c | 1185 if (!skb_partial_csum_set(skb, tun16_to_cpu(tun, gso.csum_start), in tun_get_user()
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 3585 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off);
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 2790 if (!skb_partial_csum_set(skb, s, o)) { in packet_snd()
|