函数逻辑报告 |
Source Code:include\net\xfrm.h |
Create Date:2022-07-27 20:44:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xfrm_state_addr_flow_check
函数原型:static inline int xfrm_state_addr_flow_check(const struct xfrm_state *x, const struct flowi *fl, unsigned short family)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct xfrm_state * | x | |
const struct flowi * | fl | |
unsigned short | family |
1315 | 当:family恒等于Internet IP Protocol |
1316 | 返回:__xfrm4_state_addr_check(x, (constxfrm_address_t * ) & daddr, (constxfrm_address_t * ) & (saddr,daddr) must be grouped, same order as in IP header ) |
1319 | 当:family恒等于IP version 6 |
1320 | 返回:__xfrm6_state_addr_check(x, (constxfrm_address_t * ) & daddr, (constxfrm_address_t * ) & saddr) |
1324 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |