Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dxfrm.h164 XFRM_MSG_EXPIRE, enumerator
165 #define XFRM_MSG_EXPIRE XFRM_MSG_EXPIRE macro
/external/iproute2/ip/
Dxfrm_state.c710 n->nlmsg_type != XFRM_MSG_EXPIRE) { in xfrm_state_print()
720 } else if (n->nlmsg_type == XFRM_MSG_EXPIRE) { in xfrm_state_print()
742 else if (n->nlmsg_type == XFRM_MSG_EXPIRE) in xfrm_state_print()
747 else if (n->nlmsg_type == XFRM_MSG_EXPIRE) in xfrm_state_print()
770 if (n->nlmsg_type == XFRM_MSG_EXPIRE) { in xfrm_state_print()
Dxfrm_monitor.c265 case XFRM_MSG_EXPIRE: in xfrm_accept_msg()