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

  /external/strace/xlat/
bpf_commands.h 26 #if !(defined(BPF_PROG_ATTACH) || (defined(HAVE_DECL_BPF_PROG_ATTACH) && HAVE_DECL_BPF_PROG_ATTACH))
27 # define BPF_PROG_ATTACH 8
49 XLAT(BPF_PROG_ATTACH),
  /bionic/libc/kernel/uapi/linux/
bpf.h 81 BPF_PROG_ATTACH,
  /external/kernel-headers/original/uapi/linux/
bpf.h 76 BPF_PROG_ATTACH,
119 /* If BPF_F_ALLOW_OVERRIDE flag is used in BPF_PROG_ATTACH command
176 struct { /* anonymous struct used by BPF_PROG_ATTACH/DETACH commands */

Completed in 145 milliseconds