Searched refs:skb_partial_csum_set (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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 | 4552 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off);
|
/kernel/linux/linux-6.6/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 | 4947 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off);
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 4835 * skb_partial_csum_set - set up and verify partial csum values for packet 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); variable 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()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 5369 * skb_partial_csum_set - set up and verify partial csum values for packet 5380 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off) in skb_partial_csum_set() function 5396 EXPORT_SYMBOL_GPL(skb_partial_csum_set); variable 5431 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip() 5440 if (!err && !skb_partial_csum_set(skb, off, in skb_checksum_setup_ip()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
H A D | ibmveth.c | 1315 skb_partial_csum_set(skb, iphlen, in ibmveth_rx_csum_helper()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ |
H A D | ibmveth.c | 1324 skb_partial_csum_set(skb, iphlen, in ibmveth_rx_csum_helper()
|
Completed in 38 milliseconds