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:Called when old skb is about to be deleted and replaced by new skb
Proto:static inline void tcp_highest_sack_replace(struct sock *sk, struct sk_buff *old, struct sk_buff *new)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sock * | sk | |
struct sk_buff * | old | |
struct sk_buff * | new |
1875 | If old == tcp_highest_sack(sk) Then skb just after the highest * skb with SACKed bit set * (validity guaranteed only if * sacked_out > 0) = new |
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 |