Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dxfrm.h170 XFRM_MSG_DELSA, enumerator
171 #define XFRM_MSG_DELSA XFRM_MSG_DELSA macro
/linux-6.15/net/xfrm/
H A Dxfrm_compat.c76 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id),
158 case XFRM_MSG_DELSA: in xfrm_nlmsg_put_compat()
491 case XFRM_MSG_DELSA: in xfrm_xlate32()
H A Dxfrm_user.c3240 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id),
3327 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = { .doit = xfrm_del_sa },
3661 if (c->event == XFRM_MSG_DELSA) { in xfrm_notify_sa()
3678 if (c->event == XFRM_MSG_DELSA) { in xfrm_notify_sa()
3716 case XFRM_MSG_DELSA: in xfrm_send_state_notify()
/linux-6.15/security/selinux/
H A Dnlmsgtab.c108 { XFRM_MSG_DELSA, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/linux-6.15/net/key/
H A Daf_key.c1456 case XFRM_MSG_DELSA: in event2keytype()
1565 c.event = XFRM_MSG_DELSA; in pfkey_delete()
3085 case XFRM_MSG_DELSA: in pfkey_send_notify()
/linux-6.15/tools/testing/selftests/net/
H A Dipsec.c1235 req.nh.nlmsg_type = XFRM_MSG_DELSA; in xfrm_state_del()