HomeSort by relevance Sort by last modified time
    Searched defs:BPF_F_ALLOW_OVERRIDE (Results 1 - 4 of 4) 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),
  /external/iproute2/include/uapi/linux/
bpf.h 147 /* If BPF_F_ALLOW_OVERRIDE flag is used in BPF_PROG_ATTACH command
151 #define BPF_F_ALLOW_OVERRIDE (1U << 0)
  /bionic/libc/kernel/uapi/linux/
bpf.h 135 #define BPF_F_ALLOW_OVERRIDE (1U << 0)
  /external/kernel-headers/original/uapi/linux/
bpf.h 155 * BPF_F_ALLOW_OVERRIDE: If a sub-cgroup installs some bpf program,
162 * NONE or BPF_F_ALLOW_OVERRIDE flag.
163 * Attaching another program on top of NONE or BPF_F_ALLOW_OVERRIDE will
190 #define BPF_F_ALLOW_OVERRIDE (1U << 0)

Completed in 339 milliseconds