Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dxfrm.h186 XFRM_MSG_POLEXPIRE, enumerator
187 #define XFRM_MSG_POLEXPIRE XFRM_MSG_POLEXPIRE macro
/external/kernel-headers/original/uapi/linux/
Dxfrm.h186 XFRM_MSG_POLEXPIRE, enumerator
187 #define XFRM_MSG_POLEXPIRE XFRM_MSG_POLEXPIRE macro
/external/iproute2/ip/
Dxfrm_policy.c474 n->nlmsg_type != XFRM_MSG_POLEXPIRE) { in xfrm_policy_print()
483 } else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) { in xfrm_policy_print()
500 else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) in xfrm_policy_print()
525 else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) in xfrm_policy_print()
543 if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) { in xfrm_policy_print()
Dxfrm_monitor.c318 case XFRM_MSG_POLEXPIRE: in xfrm_accept_msg()