Searched refs:XFRM_MSG_ACQUIRE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | xfrm.h | 177 XFRM_MSG_ACQUIRE, enumerator 178 #define XFRM_MSG_ACQUIRE XFRM_MSG_ACQUIRE macro
|
/Linux-v4.19/security/selinux/ |
D | nlmsgtab.c | 102 { XFRM_MSG_ACQUIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_user.c | 2523 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_acquire), 2599 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_acquire }, 2915 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_ACQUIRE, sizeof(*ua), 0); in build_acquire()
|