HomeSort by: relevance | last modified time | path
    Searched defs:retBL (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libbpfjit/
t_cop.c 44 static uint32_t retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
51 &retBL,
71 retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
172 BPF_STMT(BPF_MISC+BPF_COP, 1), // retBL
427 BPF_STMT(BPF_LDX+BPF_IMM, 1), // retBL
  /src/tests/net/bpfjit/
t_cop.c 52 static uint32_t retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
59 &retBL,
79 retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
190 BPF_STMT(BPF_MISC+BPF_COP, 1), // retBL
491 BPF_STMT(BPF_LDX+BPF_IMM, 1), // retBL

Completed in 47 milliseconds