Function report |
Source Code:include\net\tcp.h |
Create Date:2022-07-28 06:43:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:locally generated TCP pure ACKs have skb->truesize == 2* (check tcp_send_ack() in net/ipv4/tcp_output.c )* This is much faster than dissecting the packet to find out.* (Think of GRE encapsulations, IPv4, IPv6, ...)
Proto:static inline bool skb_is_tcp_pure_ack(const struct sk_buff *skb)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct sk_buff * | skb |
2077 | Return truesize == 2 |
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 |