Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dxfrm.h175 XFRM_MSG_ALLOCSPI, enumerator
176 #define XFRM_MSG_ALLOCSPI XFRM_MSG_ALLOCSPI macro
/Linux-v5.10/net/xfrm/
Dxfrm_compat.c80 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_userspi_info),
202 case XFRM_MSG_ALLOCSPI: { in xfrm_nlmsg_put_compat()
349 case XFRM_MSG_ALLOCSPI: in xfrm_user_rcv_calculate_len64()
501 case XFRM_MSG_ALLOCSPI: { in xfrm_xlate32()
Dxfrm_user.c2592 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = XMSGSIZE(xfrm_userspi_info),
2670 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = { .doit = xfrm_alloc_userspi },
/Linux-v5.10/security/selinux/
Dnlmsgtab.c109 { XFRM_MSG_ALLOCSPI, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/Linux-v5.10/tools/testing/selftests/net/
Dipsec.c1302 req.nh.nlmsg_type = XFRM_MSG_ALLOCSPI; in xfrm_state_allocspi()