函数逻辑报告 |
Source Code:security\selinux\netif.c |
Create Date:2022-07-27 20:39:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sel_netif_kill - Remove an entry from the network interface table*@ns: the network namespace*@ifindex: the network interface* Description:* This function removes the entry matching @ifindex from the network interface* table if it exists.
函数原型:static void sel_netif_kill(const struct net *ns, int ifindex)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct net * | ns | |
int | ifindex |
223 | spin_lock_bh( & sel_netif_lock) |
225 | 如果netif则sel_netif_destroy - Remove an interface record from the table*@netif: the existing interface record* Description:* Remove an existing interface record from the network interface table. |
227 | spin_unlock_bh( & sel_netif_lock) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |