Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Validate (init) checksum based on checksum complete
Proto:static inline __sum16 __skb_checksum_validate_complete(struct sk_buff *skb, bool complete, __wsum psum)
Type:__sum16
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb | |
bool | complete | |
__wsum | psum |
3946 | If ip_summed == This is the most generic way Then |
3947 | If Not Fold a partial checksum Then |
3948 | csum_valid = 1 |
3949 | Return 0 |
3963 | Return 0 |
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 |