Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:skb_postpull_rcsum - update checksum for received skb after pull*@skb: buffer to update*@start: start of data before pull*@len: length of data pulled* After doing a pull on a received packet, you need to call this to* update the CHECKSUM_COMPLETE
Proto:static inline void skb_postpull_rcsum(struct sk_buff *skb, const void *start, unsigned int len)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb | |
const void * | start | |
unsigned int | len |
3316 | __skb_postpull_rcsum(skb, start, len, 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 |