Home
last modified time | relevance | path

Searched refs:XFRM_MSG_ALLOCSPI (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dxfrm.h175 XFRM_MSG_ALLOCSPI, enumerator
176 #define XFRM_MSG_ALLOCSPI XFRM_MSG_ALLOCSPI macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dxfrm.h175 XFRM_MSG_ALLOCSPI, enumerator
176 #define XFRM_MSG_ALLOCSPI XFRM_MSG_ALLOCSPI macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dxfrm.h175 XFRM_MSG_ALLOCSPI, enumerator
176 #define XFRM_MSG_ALLOCSPI XFRM_MSG_ALLOCSPI macro
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_compat.c80 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_userspi_info),
202 case XFRM_MSG_ALLOCSPI: { in xfrm_nlmsg_put_compat()
360 case XFRM_MSG_ALLOCSPI: in xfrm_user_rcv_calculate_len64()
527 case XFRM_MSG_ALLOCSPI: { in xfrm_xlate32()
H A Dxfrm_user.c2596 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = XMSGSIZE(xfrm_userspi_info),
2674 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = { .doit = xfrm_alloc_userspi },
/OK3568_Linux_fs/kernel/security/selinux/
H A Dnlmsgtab.c109 { XFRM_MSG_ALLOCSPI, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dipsec.c1302 req.nh.nlmsg_type = XFRM_MSG_ALLOCSPI; in xfrm_state_allocspi()