Searched refs:skb_partial_csum_set (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | virtio_net.h | 93 if (!skb_partial_csum_set(skb, start, off)) in virtio_net_hdr_to_skb()
|
| H A D | skbuff.h | 4595 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 1377 skb_partial_csum_set
|
| H A D | abi_gki_aarch64_galaxy | 3623 skb_partial_csum_set
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skbuff.c | 4846 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off) in skb_partial_csum_set() function 4862 EXPORT_SYMBOL_GPL(skb_partial_csum_set); 4897 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip() 4906 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ |
| H A D | ibmveth.c | 1315 skb_partial_csum_set(skb, iphlen, in ibmveth_rx_csum_helper()
|