Function report |
Source Code:include\net\tcp.h |
Create Date:2022-07-28 06:43:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Start sequence of the skb just after the highest skb with SACKed* bit, valid only if sacked_out > 0 or when the caller has ensured* validity by itself.
Proto:static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp)
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
struct tcp_sock * | tp |
1846 | If Not SACK'd packets Then Return First byte we want an ack for |
1849 | If ( skb just after the highest * skb with SACKed bit set * (validity guaranteed only if * sacked_out > 0) == NULL) Then Return Next sequence we send |
1852 | Return seq |
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 |