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

  /external/strace/xlat/
bpf_map_update_elem_flags.h 5 #if !(defined(BPF_NOEXIST) || (defined(HAVE_DECL_BPF_NOEXIST) && HAVE_DECL_BPF_NOEXIST))
6 # define BPF_NOEXIST 1
21 XLAT(BPF_NOEXIST),
  /external/iproute2/include/uapi/linux/
bpf.h 164 #define BPF_NOEXIST 1 /* create new element if it didn't exist */
  /bionic/libc/kernel/uapi/linux/
bpf.h 140 #define BPF_NOEXIST 1
  /external/kernel-headers/original/uapi/linux/
bpf.h 204 #define BPF_NOEXIST 1 /* create new element if it didn't exist */

Completed in 219 milliseconds