Searched refs:XFRM_MSG_EXPIRE (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | xfrm.h | 178 XFRM_MSG_EXPIRE, enumerator 179 #define XFRM_MSG_EXPIRE XFRM_MSG_EXPIRE macro
|
/linux-4.1.27/security/selinux/ |
D | nlmsgtab.c | 98 { XFRM_MSG_EXPIRE, NETLINK_XFRM_SOCKET__NLMSG_WRITE },
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_user.c | 2333 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_expire), 2403 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_sa_expire }, 2490 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_EXPIRE, sizeof(*ue), 0); in build_expire() 2661 case XFRM_MSG_EXPIRE: in xfrm_send_state_notify()
|
D | xfrm_state.c | 1728 c.event = XFRM_MSG_EXPIRE; in km_state_expired()
|
/linux-4.1.27/net/key/ |
D | af_key.c | 1424 case XFRM_MSG_EXPIRE: in event2keytype() 3007 case XFRM_MSG_EXPIRE: in pfkey_send_notify()
|