Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dxfrm.h175 XFRM_MSG_ALLOCSPI, enumerator
176 #define XFRM_MSG_ALLOCSPI XFRM_MSG_ALLOCSPI macro
/openbmc/linux/net/xfrm/
H A Dxfrm_compat.c81 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_userspi_info),
204 case XFRM_MSG_ALLOCSPI: { in xfrm_nlmsg_put_compat()
363 case XFRM_MSG_ALLOCSPI: in xfrm_user_rcv_calculate_len64()
531 case XFRM_MSG_ALLOCSPI: { in xfrm_xlate32()
H A Dxfrm_user.c2998 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = XMSGSIZE(xfrm_userspi_info),
3080 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = { .doit = xfrm_alloc_userspi },
/openbmc/linux/security/selinux/
H A Dnlmsgtab.c113 { XFRM_MSG_ALLOCSPI, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c1290 req.nh.nlmsg_type = XFRM_MSG_ALLOCSPI; in xfrm_state_allocspi()