Searched refs:XFRM_MSG_ACQUIRE (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/uapi/linux/ |
D | xfrm.h | 177 XFRM_MSG_ACQUIRE, enumerator 178 #define XFRM_MSG_ACQUIRE XFRM_MSG_ACQUIRE macro
|
/linux-5.19.10/net/xfrm/ |
D | xfrm_compat.c | 81 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_user_acquire), 183 case XFRM_MSG_ACQUIRE: { in xfrm_nlmsg_put_compat() 363 case XFRM_MSG_ACQUIRE: in xfrm_user_rcv_calculate_len64() 509 case XFRM_MSG_ACQUIRE: { in xfrm_xlate32()
|
D | xfrm_user.c | 2761 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_acquire), 2841 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_acquire }, 3191 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_ACQUIRE, sizeof(*ua), 0); in build_acquire()
|
/linux-5.19.10/security/selinux/ |
D | nlmsgtab.c | 114 { XFRM_MSG_ACQUIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/linux-5.19.10/tools/testing/selftests/net/ |
D | ipsec.c | 1397 req.nh.nlmsg_type = XFRM_MSG_ACQUIRE; in xfrm_monitor_acquire()
|