Searched refs:XFRM_MSG_ACQUIRE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | xfrm.h | 176 XFRM_MSG_ACQUIRE, enumerator 177 #define XFRM_MSG_ACQUIRE XFRM_MSG_ACQUIRE macro
|
/linux-4.4.14/security/selinux/ |
D | nlmsgtab.c | 97 { XFRM_MSG_ACQUIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_user.c | 2357 [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()
|