Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dxfrm.h169 XFRM_MSG_DELSA, enumerator
170 #define XFRM_MSG_DELSA XFRM_MSG_DELSA macro
/linux-6.12.1/net/xfrm/
Dxfrm_compat.c76 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id),
157 case XFRM_MSG_DELSA: in xfrm_nlmsg_put_compat()
483 case XFRM_MSG_DELSA: in xfrm_xlate32()
Dxfrm_user.c3123 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id),
3203 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = { .doit = xfrm_del_sa },
3512 if (c->event == XFRM_MSG_DELSA) { in xfrm_notify_sa()
3529 if (c->event == XFRM_MSG_DELSA) { in xfrm_notify_sa()
3567 case XFRM_MSG_DELSA: in xfrm_send_state_notify()
/linux-6.12.1/security/selinux/
Dnlmsgtab.c108 { XFRM_MSG_DELSA, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/linux-6.12.1/net/key/
Daf_key.c1455 case XFRM_MSG_DELSA: in event2keytype()
1564 c.event = XFRM_MSG_DELSA; in pfkey_delete()
3084 case XFRM_MSG_DELSA: in pfkey_send_notify()
/linux-6.12.1/tools/testing/selftests/net/
Dipsec.c1234 req.nh.nlmsg_type = XFRM_MSG_DELSA; in xfrm_state_del()