Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dxfrm.h177 XFRM_MSG_ACQUIRE, enumerator
178 #define XFRM_MSG_ACQUIRE XFRM_MSG_ACQUIRE macro
/openbmc/linux/net/xfrm/
H A Dxfrm_compat.c82 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_user_acquire),
184 case XFRM_MSG_ACQUIRE: { in xfrm_nlmsg_put_compat()
364 case XFRM_MSG_ACQUIRE: in xfrm_user_rcv_calculate_len64()
511 case XFRM_MSG_ACQUIRE: { in xfrm_xlate32()
H A Dxfrm_user.c3004 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_acquire),
3086 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_acquire },
3436 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_ACQUIRE, sizeof(*ua), 0); in build_acquire()
/openbmc/linux/security/selinux/
H A Dnlmsgtab.c114 { XFRM_MSG_ACQUIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c1384 req.nh.nlmsg_type = XFRM_MSG_ACQUIRE; in xfrm_monitor_acquire()