函数逻辑报告 |
Source Code:security\selinux\netif.c |
Create Date:2022-07-27 20:39:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sel_netif_insert - Insert a new interface into the table*@netif: the new interface record* Description:* Add a new interface record to the network interface hash table. Returns* zero on success, negative values on failure.
函数原型:static int sel_netif_insert(struct sel_netif *netif)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sel_netif * | netif |
95 | 如果sel_netif_total大于等于SEL_NETIF_HASH_MAX则返回:负ENOSPC |
99 | 添加RCU保护项 |
100 | sel_netif_total自加 |
102 | 返回:0 |
名称 | 描述 |
---|---|
sel_netif_sid_slow | sel_netif_sid_slow - Lookup the SID of a network interface using the policy*@ns: the network namespace*@ifindex: the network interface*@sid: interface SID* Description:* This function determines the SID of a network interface by quering the |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |