Function report |
Source Code:include\net\tcp.h |
Create Date:2022-07-28 06:42:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:tcp_win_from_space
Proto:static inline int tcp_win_from_space(const struct sock *sk, int space)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct sock * | sk | |
int | space |
1392 | Return If tcp_adv_win_scale <= 0 Then space >> -tcp_adv_win_scale Else space - (space >> tcp_adv_win_scale) |
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 |