HomeSort by relevance Sort by last modified time
    Searched refs:XFRM_MSG_DELPOLICY (Results 1 - 3 of 3) sorted by null

  /external/iproute2/include/linux/
xfrm.h 157 XFRM_MSG_DELPOLICY,
158 #define XFRM_MSG_DELPOLICY XFRM_MSG_DELPOLICY
  /external/iproute2/ip/
xfrm_policy.c 420 n->nlmsg_type != XFRM_MSG_DELPOLICY &&
428 if (n->nlmsg_type == XFRM_MSG_DELPOLICY) {
446 if (n->nlmsg_type == XFRM_MSG_DELPOLICY)
469 if (n->nlmsg_type == XFRM_MSG_DELPOLICY)
476 if (n->nlmsg_type == XFRM_MSG_DELPOLICY) {
479 fprintf(stderr, "Buggy XFRM_MSG_DELPOLICY: no XFRMA_POLICY\n");
483 fprintf(stderr, "Buggy XFRM_MSG_DELPOLICY: too short XFRMA_POLICY len\n");
524 req.n.nlmsg_type = delete ? XFRM_MSG_DELPOLICY : XFRM_MSG_GETPOLICY;
670 new_n->nlmsg_type = XFRM_MSG_DELPOLICY;
xfrm_monitor.c 268 case XFRM_MSG_DELPOLICY:

Completed in 13 milliseconds