Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Local Checksum Offload.* Compute outer checksum based on the assumption that the* inner checksum will be offloaded later.* See Documentation/networking/checksum-offloads.rst for* explanation of how this works.* Fill in outer checksum adjustment (e
Proto:static inline __wsum lco_csum(struct sk_buff *skb)
Type:__wsum
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb |
4506 | csum_start = skb_checksum_start(skb) |
4507 | l4_hdr = skb_transport_header(skb) |
4511 | partial = ~csum_unfold( * (__force__sum16 * )(csum_start + csum_offset)) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |