Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dxfrm.h187 XFRM_MSG_POLEXPIRE, enumerator
188 #define XFRM_MSG_POLEXPIRE XFRM_MSG_POLEXPIRE macro
/Linux-v6.1/net/xfrm/
Dxfrm_compat.c85 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_user_polexpire),
194 case XFRM_MSG_POLEXPIRE: { in xfrm_nlmsg_put_compat()
369 case XFRM_MSG_POLEXPIRE: in xfrm_user_rcv_calculate_len64()
520 case XFRM_MSG_POLEXPIRE: { in xfrm_xlate32()
Dxfrm_user.c2894 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_polexpire),
2975 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_pol_expire},
3447 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_POLEXPIRE, sizeof(*upe), 0); in build_polexpire()
3595 case XFRM_MSG_POLEXPIRE: in xfrm_send_policy_notify()
Dxfrm_state.c2298 c.event = XFRM_MSG_POLEXPIRE; in km_policy_expired()
/Linux-v6.1/security/selinux/
Dnlmsgtab.c118 { XFRM_MSG_POLEXPIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/Linux-v6.1/net/key/
Daf_key.c1443 case XFRM_MSG_POLEXPIRE: in event2poltype()
3103 case XFRM_MSG_POLEXPIRE: in pfkey_send_policy_notify()
/Linux-v6.1/tools/testing/selftests/net/
Dipsec.c1536 req.nh.nlmsg_type = XFRM_MSG_POLEXPIRE; in xfrm_expire_policy()