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

  /src/tests/lib/libbpfjit/
t_cop.c 46 static uint32_t retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
53 &retNF,
85 retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
238 BPF_STMT(BPF_MISC+BPF_COP, 3), // retNF
315 BPF_STMT(BPF_MISC+BPF_COPX, 0), /* retNF */
495 BPF_STMT(BPF_LDX+BPF_IMM, 3), // retNF
575 BPF_STMT(BPF_MISC+BPF_COP, 3), /* retNF */
  /src/tests/net/bpfjit/
t_cop.c 54 static uint32_t retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
61 &retNF,
93 retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
268 BPF_STMT(BPF_MISC+BPF_COP, 3), // retNF
357 BPF_STMT(BPF_MISC+BPF_COPX, 0), /* retNF */
571 BPF_STMT(BPF_LDX+BPF_IMM, 3), // retNF
663 BPF_STMT(BPF_MISC+BPF_COP, 3), /* retNF */

Completed in 12 milliseconds