Home
last modified time | relevance | path

Searched refs:XFRM_MSG_EXPIRE (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/linux/
Dxfrm.h174 XFRM_MSG_EXPIRE, enumerator
175 #define XFRM_MSG_EXPIRE XFRM_MSG_EXPIRE macro
/external/iproute2/ip/
Dxfrm_state.c743 n->nlmsg_type != XFRM_MSG_EXPIRE) { in xfrm_state_print()
753 } else if (n->nlmsg_type == XFRM_MSG_EXPIRE) { in xfrm_state_print()
775 else if (n->nlmsg_type == XFRM_MSG_EXPIRE) in xfrm_state_print()
780 else if (n->nlmsg_type == XFRM_MSG_EXPIRE) in xfrm_state_print()
803 if (n->nlmsg_type == XFRM_MSG_EXPIRE) { in xfrm_state_print()
Dxfrm_monitor.c304 case XFRM_MSG_EXPIRE: in xfrm_accept_msg()