函数逻辑报告 |
Source Code:include\net\tcp.h |
Create Date:2022-07-27 07:40:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:tcp_too_many_orphans
函数原型:static inline bool tcp_too_many_orphans(struct sock *sk, int shift)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
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 | 如果orphans左移shift位大于sysctl variables for tcp 则 |
297 | 如果orphans左移shift位大于sysctl variables for tcp 则返回:true |
300 | 返回:false |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |