Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/include/uapi/linux/
Dxfrm.h195 XFRM_MSG_NEWAE, enumerator
196 #define XFRM_MSG_NEWAE XFRM_MSG_NEWAE macro
/Linux-v5.4/security/selinux/
Dnlmsgtab.c112 { XFRM_MSG_NEWAE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/Linux-v5.4/net/xfrm/
Dxfrm_replay.c75 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify()
319 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify_bmp()
385 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify_esn()
Dxfrm_user.c1979 nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_NEWAE, sizeof(*id), 0); in build_aevent()
2543 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id),
2619 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = { .doit = xfrm_new_ae },
2890 case XFRM_MSG_NEWAE: in xfrm_send_state_notify()
/Linux-v5.4/net/key/
Daf_key.c3069 case XFRM_MSG_NEWAE: /* not yet supported */ in pfkey_send_notify()