Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dxfrm.h172 XFRM_MSG_POLEXPIRE, enumerator
173 #define XFRM_MSG_POLEXPIRE XFRM_MSG_POLEXPIRE macro
/external/iproute2/ip/
Dxfrm_policy.c437 n->nlmsg_type != XFRM_MSG_POLEXPIRE) { in xfrm_policy_print()
446 } else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) { in xfrm_policy_print()
463 else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) in xfrm_policy_print()
488 else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) in xfrm_policy_print()
506 if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) { in xfrm_policy_print()
Dxfrm_monitor.c271 case XFRM_MSG_POLEXPIRE: in xfrm_accept_msg()