Home
last modified time | relevance | path

Searched refs:XFRM_MSG_EXPIRE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dxfrm.h179 XFRM_MSG_EXPIRE, enumerator
180 #define XFRM_MSG_EXPIRE XFRM_MSG_EXPIRE macro
/openbmc/linux/net/xfrm/
H A Dxfrm_compat.c83 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_user_expire),
175 case XFRM_MSG_EXPIRE: { in xfrm_nlmsg_put_compat()
369 case XFRM_MSG_EXPIRE: in xfrm_user_rcv_calculate_len64()
502 case XFRM_MSG_EXPIRE: { in xfrm_xlate32()
H A Dxfrm_user.c3005 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_expire),
3087 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_sa_expire },
3207 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_EXPIRE, sizeof(*ue), 0); in build_expire()
3398 case XFRM_MSG_EXPIRE: in xfrm_send_state_notify()
H A Dxfrm_state.c2452 c.event = XFRM_MSG_EXPIRE; in km_state_expired()
/openbmc/linux/security/selinux/
H A Dnlmsgtab.c115 { XFRM_MSG_EXPIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/openbmc/linux/net/key/
H A Daf_key.c1461 case XFRM_MSG_EXPIRE: in event2keytype()
3082 case XFRM_MSG_EXPIRE: in pfkey_send_notify()
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c1462 req.nh.nlmsg_type = XFRM_MSG_EXPIRE; in xfrm_expire_state()