Function report |
Source Code:include\linux\netdevice.h |
Create Date:2022-07-28 06:04:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__skb_gro_checksum_validate_needed
Proto:static inline bool __skb_gro_checksum_validate_needed(struct sk_buff *skb, bool zero_okay, __sum16 check)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb | |
bool | zero_okay | |
__sum16 | check |
2765 | Return ( ip_summed != A checksum is set up to be offloaded to a device as described in the output description for CHECKSUM_PARTIAL || skb_checksum_start_offset(skb) < skb_gro_offset(skb) ) && Not skb_at_gro_remcsum_start(skb) && csum_cnt == 0 && ( Not zero_okay || check) |
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 |