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

  /kernel/tests/net/test/
bpf.py 136 BPF_CALL = 0x80
318 code = BPF_JMP | BPF_CALL
  /external/iproute2/include/uapi/linux/
bpf.h 42 #define BPF_CALL 0x80 /* function call */
643 /* integer value in 'imm' field of BPF_CALL instruction selects which helper
  /bionic/libc/kernel/uapi/linux/
bpf.h 40 #define BPF_CALL 0x80
  /external/kernel-headers/original/uapi/linux/
bpf.h 42 #define BPF_CALL 0x80 /* function call */
741 /* integer value in 'imm' field of BPF_CALL instruction selects which helper

Completed in 114 milliseconds