Home
last modified time | relevance | path

Searched refs:XFRM_MSG_NEWAE (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/networking/xfrm/
H A Dxfrm_sync.rst45 XFRM_MSG_NEWAE and XFRM_MSG_GETAE.
49 A XFRM_MSG_NEWAE will have at least two TLVs (as is
139 The response is a XFRM_MSG_NEWAE which is formatted based on what
147 b) XFRM_MSG_NEWAE is issued by either user space to configure
159 XFRM_MSG_NEWAE is also issued to any listeners as described in iii).
169 thresholds for an SA using XFRM_MSG_NEWAE (as described in #i above).
/linux/include/uapi/linux/
H A Dxfrm.h202 XFRM_MSG_NEWAE, enumerator
203 #define XFRM_MSG_NEWAE XFRM_MSG_NEWAE macro
/linux/net/xfrm/
H A Dxfrm_compat.c89 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id),
162 case XFRM_MSG_NEWAE: in xfrm_nlmsg_put_compat()
497 case XFRM_MSG_NEWAE: in xfrm_xlate32()
H A Dxfrm_replay.c89 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify()
347 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify_bmp()
413 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify_esn()
H A Dxfrm_user.c2690 nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_NEWAE, sizeof(*id), 0); in build_aevent()
3319 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id),
3411 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = { .doit = xfrm_new_ae },
3780 case XFRM_MSG_NEWAE: in xfrm_send_state_notify()
/linux/security/selinux/
H A Dnlmsgtab.c120 { XFRM_MSG_NEWAE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/linux/net/key/
H A Daf_key.c3107 case XFRM_MSG_NEWAE: /* not yet supported */ in pfkey_send_notify()