Home | History | Annotate | Download | only in bpfjit

Lines Matching refs:bc

51 static uint32_t retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
52 static uint32_t retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
53 static uint32_t retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
54 static uint32_t retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
55 static uint32_t setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
72 retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
79 retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
86 retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
93 retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
96 return bc->nfuncs;
103 setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)