Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dxfrm.h181 XFRM_MSG_ALLOCSPI, enumerator
182 #define XFRM_MSG_ALLOCSPI XFRM_MSG_ALLOCSPI macro
/linux-6.12.1/net/xfrm/
Dxfrm_compat.c81 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_userspi_info),
207 case XFRM_MSG_ALLOCSPI: { in xfrm_nlmsg_put_compat()
368 case XFRM_MSG_ALLOCSPI: in xfrm_user_rcv_calculate_len64()
536 case XFRM_MSG_ALLOCSPI: { in xfrm_xlate32()
Dxfrm_user.c3128 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = XMSGSIZE(xfrm_userspi_info),
3213 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = { .doit = xfrm_alloc_userspi },
3240 case XFRM_MSG_ALLOCSPI: in xfrm_reject_unused_attr()
/linux-6.12.1/security/selinux/
Dnlmsgtab.c113 { XFRM_MSG_ALLOCSPI, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/linux-6.12.1/tools/testing/selftests/net/
Dipsec.c1290 req.nh.nlmsg_type = XFRM_MSG_ALLOCSPI; in xfrm_state_allocspi()