Lines Matching refs:bpf_ctx_t
43 static uint32_t retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
44 static uint32_t retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
45 static uint32_t retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
46 static uint32_t retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
47 static uint32_t setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
57 static const bpf_ctx_t ctx = {
64 retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
71 retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
78 retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
85 retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
95 setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)