Searched refs:XFRM_MSG_POLEXPIRE (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | xfrm.h | 186 XFRM_MSG_POLEXPIRE, enumerator 187 #define XFRM_MSG_POLEXPIRE XFRM_MSG_POLEXPIRE macro
|
/linux-4.1.27/security/selinux/ |
D | nlmsgtab.c | 101 { XFRM_MSG_POLEXPIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_user.c | 2336 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_polexpire), 2406 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_pol_expire}, 2822 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_POLEXPIRE, sizeof(*upe), 0); in build_polexpire() 2964 case XFRM_MSG_POLEXPIRE: in xfrm_send_policy_notify()
|
D | xfrm_state.c | 1776 c.event = XFRM_MSG_POLEXPIRE; in km_policy_expired()
|
/linux-4.1.27/net/key/ |
D | af_key.c | 1405 case XFRM_MSG_POLEXPIRE: in event2poltype() 3031 case XFRM_MSG_POLEXPIRE: in pfkey_send_policy_notify()
|