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

  /src/tests/lib/libbpfjit/
t_cop.c 45 static uint32_t retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
52 &retWL,
78 retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
205 BPF_STMT(BPF_MISC+BPF_COP, 2), // retWL
460 BPF_STMT(BPF_LDX+BPF_IMM, 2), // retWL
569 BPF_STMT(BPF_MISC+BPF_COPX, 0), /* retWL */
  /src/tests/net/bpfjit/
t_cop.c 53 static uint32_t retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
60 &retWL,
86 retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
229 BPF_STMT(BPF_MISC+BPF_COP, 2), // retWL
530 BPF_STMT(BPF_LDX+BPF_IMM, 2), // retWL
657 BPF_STMT(BPF_MISC+BPF_COPX, 0), /* retWL */

Completed in 13 milliseconds