函数逻辑报告 |
Source Code:kernel\bpf\reuseport_array.c |
Create Date:2022-07-27 14:48:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:reuseport_array_free
函数原型:static void reuseport_array_free(struct bpf_map *map)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_map * | map |
95 | array等于reuseport_array(map) |
127 | 以i小于max_entries循环 |
128 | sk等于cu_dereference() - fetch RCU-protected pointer for dereferencing*@p: The pointer to read, prior to dereferencing* This is a simple wrapper around rcu_dereference_check().(ptrs[i]) |
129 | 如果sk则 |
130 | write_lock_bh( & sk_callback_lock) |
136 | sk_user_data = NULL |
137 | write_unlock_bh( & sk_callback_lock) |
147 | bpf_map_area_free(array) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |