Searched refs:XFRM_MSG_DELSA (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | xfrm.h | 163 XFRM_MSG_DELSA, enumerator 164 #define XFRM_MSG_DELSA XFRM_MSG_DELSA macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | xfrm.h | 163 XFRM_MSG_DELSA, enumerator 164 #define XFRM_MSG_DELSA XFRM_MSG_DELSA macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | xfrm.h | 128 XFRM_MSG_DELSA, enumerator 129 #define XFRM_MSG_DELSA XFRM_MSG_DELSA macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | xfrm.h | 141 XFRM_MSG_DELSA, enumerator 142 #define XFRM_MSG_DELSA XFRM_MSG_DELSA macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | xfrm.h | 141 XFRM_MSG_DELSA, enumerator 142 #define XFRM_MSG_DELSA XFRM_MSG_DELSA macro
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_compat.c | 76 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id), 154 case XFRM_MSG_DELSA: in xfrm_nlmsg_put_compat() 478 case XFRM_MSG_DELSA: in xfrm_xlate32()
|
H A D | xfrm_user.c | 2702 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id), 2778 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = { .doit = xfrm_del_sa }, 3050 if (c->event == XFRM_MSG_DELSA) { in xfrm_notify_sa() 3067 if (c->event == XFRM_MSG_DELSA) { in xfrm_notify_sa() 3105 case XFRM_MSG_DELSA: in xfrm_send_state_notify()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_compat.c | 76 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id), 154 case XFRM_MSG_DELSA: in xfrm_nlmsg_put_compat() 478 case XFRM_MSG_DELSA: in xfrm_xlate32()
|
H A D | xfrm_user.c | 2990 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id), 3067 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = { .doit = xfrm_del_sa }, 3339 if (c->event == XFRM_MSG_DELSA) { in xfrm_notify_sa() 3356 if (c->event == XFRM_MSG_DELSA) { in xfrm_notify_sa() 3394 case XFRM_MSG_DELSA: in xfrm_send_state_notify()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | nlmsgtab.c | 104 { XFRM_MSG_DELSA, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | nlmsgtab.c | 108 { XFRM_MSG_DELSA, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/kernel/linux/linux-5.10/net/key/ |
H A D | af_key.c | 1460 case XFRM_MSG_DELSA: in event2keytype() 1569 c.event = XFRM_MSG_DELSA; in pfkey_delete() 3089 case XFRM_MSG_DELSA: in pfkey_send_notify()
|
/kernel/linux/linux-6.6/net/key/ |
H A D | af_key.c | 1455 case XFRM_MSG_DELSA: in event2keytype() 1564 c.event = XFRM_MSG_DELSA; in pfkey_delete() 3084 case XFRM_MSG_DELSA: in pfkey_send_notify()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipsec.c | 1246 req.nh.nlmsg_type = XFRM_MSG_DELSA; in xfrm_state_del()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ipsec.c | 1234 req.nh.nlmsg_type = XFRM_MSG_DELSA; in xfrm_state_del()
|
Completed in 43 milliseconds