Searched refs:skb_partial_csum_set (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | virtio_net.h | 104 if (!skb_partial_csum_set(skb, start, off)) in __virtio_net_hdr_to_skb()
|
| H A D | skbuff.h | 5176 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off);
|
| /linux/net/core/ |
| H A D | skbuff.c | 5703 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off) in skb_partial_csum_set() function 5719 EXPORT_SYMBOL_GPL(skb_partial_csum_set); 5754 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip() 5763 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip()
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmveth.c | 1441 skb_partial_csum_set(skb, iphlen, in ibmveth_rx_csum_helper()
|