Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/networking/
Dxfrm_sync.txt40 XFRM_MSG_NEWAE and XFRM_MSG_GETAE.
43 A XFRM_MSG_NEWAE will have at least two TLVs (as is
124 The response is a XFRM_MSG_NEWAE which is formatted based on what
130 b) XFRM_MSG_NEWAE is issued by either user space to configure
139 XFRM_MSG_NEWAE is also issued to any listeners as described in iii).
147 thresholds for an SA using XFRM_MSG_NEWAE (as described in #i above).
/linux-4.1.27/include/uapi/linux/
Dxfrm.h194 XFRM_MSG_NEWAE, enumerator
195 #define XFRM_MSG_NEWAE XFRM_MSG_NEWAE macro
/linux-4.1.27/net/xfrm/
Dxfrm_replay.c86 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify()
330 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify_bmp()
396 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify_esn()
Dxfrm_user.c1805 nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_NEWAE, sizeof(*id), 0); in build_aevent()
2339 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id),
2409 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = { .doit = xfrm_new_ae },
2663 case XFRM_MSG_NEWAE: in xfrm_send_state_notify()
/linux-4.1.27/security/selinux/
Dnlmsgtab.c104 { XFRM_MSG_NEWAE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/linux-4.1.27/net/key/
Daf_key.c3015 case XFRM_MSG_NEWAE: /* not yet supported */ in pfkey_send_notify()