Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dxfrm.h176 XFRM_MSG_ACQUIRE, enumerator
177 #define XFRM_MSG_ACQUIRE XFRM_MSG_ACQUIRE macro
/linux-4.4.14/security/selinux/
Dnlmsgtab.c97 { XFRM_MSG_ACQUIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/linux-4.4.14/net/xfrm/
Dxfrm_user.c2357 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_acquire),
2427 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_acquire },
2724 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_ACQUIRE, sizeof(*ua), 0); in build_acquire()