Searched refs:XFRM_MSG_NEWAE (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/Documentation/networking/ |
D | xfrm_sync.txt | 40 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-v4.19/include/uapi/linux/ |
D | xfrm.h | 195 XFRM_MSG_NEWAE, enumerator 196 #define XFRM_MSG_NEWAE XFRM_MSG_NEWAE macro
|
/Linux-v4.19/security/selinux/ |
D | nlmsgtab.c | 109 { XFRM_MSG_NEWAE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_replay.c | 87 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify() 331 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify_bmp() 397 c.event = XFRM_MSG_NEWAE; in xfrm_replay_notify_esn()
|
D | xfrm_user.c | 1966 nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_NEWAE, sizeof(*id), 0); in build_aevent() 2530 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id), 2606 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = { .doit = xfrm_new_ae }, 2879 case XFRM_MSG_NEWAE: in xfrm_send_state_notify()
|
/Linux-v4.19/net/key/ |
D | af_key.c | 3079 case XFRM_MSG_NEWAE: /* not yet supported */ in pfkey_send_notify()
|