Searched refs:XFRM_MSG_POLEXPIRE (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | xfrm.h | 186 XFRM_MSG_POLEXPIRE, enumerator 187 #define XFRM_MSG_POLEXPIRE XFRM_MSG_POLEXPIRE macro
|
/linux-4.4.14/security/selinux/ |
D | nlmsgtab.c | 101 { XFRM_MSG_POLEXPIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_user.c | 2361 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_polexpire), 2431 [XFRM_MSG_POLEXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_pol_expire}, 2847 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_POLEXPIRE, sizeof(*upe), 0); in build_polexpire() 2989 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.4.14/net/key/ |
D | af_key.c | 1406 case XFRM_MSG_POLEXPIRE: in event2poltype() 3032 case XFRM_MSG_POLEXPIRE: in pfkey_send_policy_notify()
|