Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dxfrm.h163 XFRM_MSG_DELSA, enumerator
164 #define XFRM_MSG_DELSA XFRM_MSG_DELSA macro
/openbmc/linux/net/xfrm/
H A Dxfrm_compat.c76 [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 Dxfrm_user.c2998 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id),
3075 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = { .doit = xfrm_del_sa },
3347 if (c->event == XFRM_MSG_DELSA) { in xfrm_notify_sa()
3364 if (c->event == XFRM_MSG_DELSA) { in xfrm_notify_sa()
3402 case XFRM_MSG_DELSA: in xfrm_send_state_notify()
/openbmc/linux/security/selinux/
H A Dnlmsgtab.c108 { XFRM_MSG_DELSA, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/openbmc/linux/net/key/
H A 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()
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c1234 req.nh.nlmsg_type = XFRM_MSG_DELSA; in xfrm_state_del()