Function report |
Source Code:include\net\tcp.h |
Create Date:2022-07-28 06:42:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:tcp_too_many_orphans
Proto:static inline bool tcp_too_many_orphans(struct sock *sk, int shift)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct sock * | sk | |
int | shift |
292 | ocp = orphan_count |
293 | orphans = percpu_counter is intended to track positive numbers. In the UP case the* number should never be negative. |
295 | If orphans << shift > sysctl variables for tcp Then |
297 | If orphans << shift > sysctl variables for tcp Then Return true |
300 | Return false |
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 |