Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:52 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:skb_checksum_complete - Calculate checksum of an entire packet*@skb: packet to process* This function calculates the checksum over the entire packet plus* the value of skb->csum. The latter can be used to supply the
Proto:static inline __sum16 skb_checksum_complete(struct sk_buff *skb)
Type:__sum16
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct sk_buff * | skb |
| 3873 | Return If skb_csum_unnecessary(skb) Then 0 Else __skb_checksum_complete(skb) |
| 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 |