Searched refs:XFRM_MSG_NEWAE (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/Documentation/networking/ |
D | xfrm_sync.rst | 45 XFRM_MSG_NEWAE and XFRM_MSG_GETAE. 49 A XFRM_MSG_NEWAE will have at least two TLVs (as is 137 The response is a XFRM_MSG_NEWAE which is formatted based on what 144 b) XFRM_MSG_NEWAE is issued by either user space to configure 156 XFRM_MSG_NEWAE is also issued to any listeners as described in iii). 166 thresholds for an SA using XFRM_MSG_NEWAE (as described in #i above).
|
/Linux-v6.6/include/uapi/linux/ |
D | xfrm.h | 195 XFRM_MSG_NEWAE, enumerator 196 #define XFRM_MSG_NEWAE XFRM_MSG_NEWAE macro
|
/Linux-v6.6/net/xfrm/ |
D | xfrm_compat.c | 89 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id), 158 case XFRM_MSG_NEWAE: in xfrm_nlmsg_put_compat() 484 case XFRM_MSG_NEWAE: in xfrm_xlate32()
|
D | xfrm_replay.c | 89 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()
|
D | xfrm_user.c | 2411 nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_NEWAE, sizeof(*id), 0); in build_aevent() 3003 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id), 3085 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = { .doit = xfrm_new_ae }, 3392 case XFRM_MSG_NEWAE: in xfrm_send_state_notify()
|
/Linux-v6.6/security/selinux/ |
D | nlmsgtab.c | 121 { XFRM_MSG_NEWAE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/Linux-v6.6/net/key/ |
D | af_key.c | 3090 case XFRM_MSG_NEWAE: /* not yet supported */ in pfkey_send_notify()
|