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

  /external/strace/xlat/
bpf_op_jmp.h 35 #if defined(BPF_CALL) || (defined(HAVE_DECL_BPF_CALL) && HAVE_DECL_BPF_CALL)
36 XLAT(BPF_CALL),
  /bionic/libc/kernel/uapi/linux/
bpf.h 40 #define BPF_CALL 0x80
  /external/iproute2/include/linux/
bpf.h 36 #define BPF_CALL 0x80 /* function call */
136 /* integer value in 'imm' field of BPF_CALL instruction selects which helper
  /external/kernel-headers/original/uapi/linux/
bpf.h 36 #define BPF_CALL 0x80 /* function call */
136 /* integer value in 'imm' field of BPF_CALL instruction selects which helper

Completed in 234 milliseconds