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

  /external/strace/xlat/
bpf_attach_flags.h 2 #if !(defined(BPF_F_ALLOW_OVERRIDE) || (defined(HAVE_DECL_BPF_F_ALLOW_OVERRIDE) && HAVE_DECL_BPF_F_ALLOW_OVERRIDE))
3 # define BPF_F_ALLOW_OVERRIDE 1
14 XLAT(BPF_F_ALLOW_OVERRIDE),
  /bionic/libc/kernel/uapi/linux/
bpf.h 107 #define BPF_F_ALLOW_OVERRIDE (1U << 0)
  /external/kernel-headers/original/uapi/linux/
bpf.h 119 /* If BPF_F_ALLOW_OVERRIDE flag is used in BPF_PROG_ATTACH command
123 #define BPF_F_ALLOW_OVERRIDE (1U << 0)

Completed in 1013 milliseconds