Function report |
Source Code:include\net\xfrm.h |
Create Date:2022-07-28 19:13:53 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xfrm_state_addr_cmp
Proto:static inline int xfrm_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, unsigned short family)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const struct xfrm_tmpl * | tmpl | |
| const struct xfrm_state * | x | |
| unsigned short | family |
| 1077 | Case family == Internet IP Protocol |
| 1078 | Return __xfrm4_state_addr_cmp(tmpl, x) |
| 1079 | Case family == IP version 6 |
| 1080 | Return __xfrm6_state_addr_cmp(tmpl, x) |
| 1082 | Return Not 0 |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |