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

  /external/strace/xlat/
nl_xfrm_types.h 34 #if defined(XFRM_MSG_DELPOLICY) || (defined(HAVE_DECL_XFRM_MSG_DELPOLICY) && HAVE_DECL_XFRM_MSG_DELPOLICY)
36 static_assert((XFRM_MSG_DELPOLICY) == (0x14), "XFRM_MSG_DELPOLICY != 0x14");
39 # define XFRM_MSG_DELPOLICY 0x14
183 XLAT(XFRM_MSG_DELPOLICY),
  /bionic/libc/kernel/uapi/linux/
xfrm.h 147 XFRM_MSG_DELPOLICY,
148 #define XFRM_MSG_DELPOLICY XFRM_MSG_DELPOLICY
  /external/iproute2/include/uapi/linux/
xfrm.h 170 XFRM_MSG_DELPOLICY,
171 #define XFRM_MSG_DELPOLICY XFRM_MSG_DELPOLICY
  /external/kernel-headers/original/uapi/linux/
xfrm.h 170 XFRM_MSG_DELPOLICY,
171 #define XFRM_MSG_DELPOLICY XFRM_MSG_DELPOLICY
  /external/iproute2/ip/
xfrm_policy.c 469 n->nlmsg_type != XFRM_MSG_DELPOLICY &&
477 if (n->nlmsg_type == XFRM_MSG_DELPOLICY) {
495 if (n->nlmsg_type == XFRM_MSG_DELPOLICY)
518 if (n->nlmsg_type == XFRM_MSG_DELPOLICY)
525 if (n->nlmsg_type == XFRM_MSG_DELPOLICY) {
528 fprintf(stderr, "Buggy XFRM_MSG_DELPOLICY: no XFRMA_POLICY\n");
532 fprintf(stderr, "Buggy XFRM_MSG_DELPOLICY: too short XFRMA_POLICY len\n");
564 .n.nlmsg_type = delete ? XFRM_MSG_DELPOLICY
748 new_n->nlmsg_type = XFRM_MSG_DELPOLICY;
xfrm_monitor.c 308 case XFRM_MSG_DELPOLICY:
  /external/strace/
netlink.c 402 case XFRM_MSG_DELPOLICY:

Completed in 267 milliseconds