HomeSort by relevance Sort by last modified time
    Searched defs:BPF_EXIST (Results 1 - 4 of 4) sorted by null

  /external/strace/xlat/
bpf_map_update_elem_flags.h 8 #if !(defined(BPF_EXIST) || (defined(HAVE_DECL_BPF_EXIST) && HAVE_DECL_BPF_EXIST))
9 # define BPF_EXIST 2
22 XLAT(BPF_EXIST),
  /external/iproute2/include/uapi/linux/
bpf.h 165 #define BPF_EXIST 2 /* update existing element */
  /bionic/libc/kernel/uapi/linux/
bpf.h 141 #define BPF_EXIST 2
  /external/kernel-headers/original/uapi/linux/
bpf.h 205 #define BPF_EXIST 2 /* update existing element */

Completed in 316 milliseconds