Searched refs:XFRM_MSG_POLEXPIRE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | xfrm.h | 187 XFRM_MSG_POLEXPIRE, enumerator 188 #define XFRM_MSG_POLEXPIRE XFRM_MSG_POLEXPIRE macro
|
/Linux-v4.19/security/selinux/ |
D | nlmsgtab.c | 106 { XFRM_MSG_POLEXPIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_user.c | 2527 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_polexpire), 2603 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_pol_expire}, 3041 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_POLEXPIRE, sizeof(*upe), 0); in build_polexpire() 3189 case XFRM_MSG_POLEXPIRE: in xfrm_send_policy_notify()
|
D | xfrm_state.c | 2006 c.event = XFRM_MSG_POLEXPIRE; in km_policy_expired()
|
/Linux-v4.19/net/key/ |
D | af_key.c | 1463 case XFRM_MSG_POLEXPIRE: in event2poltype() 3095 case XFRM_MSG_POLEXPIRE: in pfkey_send_policy_notify()
|