Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dxfrm.h179 XFRM_MSG_EXPIRE, enumerator
180 #define XFRM_MSG_EXPIRE XFRM_MSG_EXPIRE macro
/linux-6.1.9/net/xfrm/
Dxfrm_compat.c82 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_user_expire),
174 case XFRM_MSG_EXPIRE: { in xfrm_nlmsg_put_compat()
368 case XFRM_MSG_EXPIRE: in xfrm_user_rcv_calculate_len64()
500 case XFRM_MSG_EXPIRE: { in xfrm_xlate32()
Dxfrm_user.c2891 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_expire),
2972 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_sa_expire },
3092 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_EXPIRE, sizeof(*ue), 0); in build_expire()
3283 case XFRM_MSG_EXPIRE: in xfrm_send_state_notify()
Dxfrm_state.c2232 c.event = XFRM_MSG_EXPIRE; in km_state_expired()
/linux-6.1.9/security/selinux/
Dnlmsgtab.c115 { XFRM_MSG_EXPIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/linux-6.1.9/net/key/
Daf_key.c1462 case XFRM_MSG_EXPIRE: in event2keytype()
3079 case XFRM_MSG_EXPIRE: in pfkey_send_notify()
/linux-6.1.9/tools/testing/selftests/net/
Dipsec.c1461 req.nh.nlmsg_type = XFRM_MSG_EXPIRE; in xfrm_expire_state()