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

  /src/tests/lib/libbpfjit/
t_cop.c 47 static uint32_t setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
54 &setARG
95 setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
272 BPF_STMT(BPF_MISC+BPF_COP, 4), // setARG
530 BPF_STMT(BPF_LDX+BPF_IMM, 4), // setARG
  /src/tests/net/bpfjit/
t_cop.c 55 static uint32_t setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
62 &setARG
103 setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
308 BPF_STMT(BPF_MISC+BPF_COP, 4), // setARG
612 BPF_STMT(BPF_LDX+BPF_IMM, 4), // setARG

Completed in 13 milliseconds