Searched refs:skb_partial_csum_set (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | virtio_net.h | 58 if (!skb_partial_csum_set(skb, start, off)) in virtio_net_hdr_to_skb()
|
D | skbuff.h | 4122 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off);
|
/Linux-v4.19/net/core/ |
D | skbuff.c | 4454 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off) in skb_partial_csum_set() function 4470 EXPORT_SYMBOL_GPL(skb_partial_csum_set); 4505 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip() 4514 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip()
|
/Linux-v4.19/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 1298 skb_partial_csum_set(skb, iphlen, in ibmveth_rx_csum_helper()
|