Lines Matching refs:bpf_ctx_t
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);
65 static const bpf_ctx_t ctx = {
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)
103 setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)