Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dxfrm.h187 XFRM_MSG_POLEXPIRE, enumerator
188 #define XFRM_MSG_POLEXPIRE XFRM_MSG_POLEXPIRE macro
/openbmc/linux/net/xfrm/
H A Dxfrm_compat.c86 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = XMSGSIZE(compat_xfrm_user_polexpire),
195 case XFRM_MSG_POLEXPIRE: { in xfrm_nlmsg_put_compat()
370 case XFRM_MSG_POLEXPIRE: in xfrm_user_rcv_calculate_len64()
522 case XFRM_MSG_POLEXPIRE: { in xfrm_xlate32()
H A Dxfrm_user.c3008 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_polexpire),
3090 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_pol_expire},
3564 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_POLEXPIRE, sizeof(*upe), 0); in build_polexpire()
3716 case XFRM_MSG_POLEXPIRE: in xfrm_send_policy_notify()
H A Dxfrm_state.c2518 c.event = XFRM_MSG_POLEXPIRE; in km_policy_expired()
/openbmc/linux/security/selinux/
H A Dnlmsgtab.c118 { XFRM_MSG_POLEXPIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
/openbmc/linux/net/key/
H A Daf_key.c1442 case XFRM_MSG_POLEXPIRE: in event2poltype()
3106 case XFRM_MSG_POLEXPIRE: in pfkey_send_policy_notify()
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c1537 req.nh.nlmsg_type = XFRM_MSG_POLEXPIRE; in xfrm_expire_policy()