Searched refs:bpf_func (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | bpf_lsm.h | 47 void bpf_lsm_find_cgroup_shim(const struct bpf_prog *prog, bpf_func_t *bpf_func); 85 bpf_func_t *bpf_func) in bpf_lsm_find_cgroup_shim() argument
|
| A D | tracepoint-defs.h | 58 void *bpf_func; member
|
| A D | bpf.h | 1330 bpf_func_t bpf_func) in bpf_dispatcher_nop_func() argument 1332 return bpf_func(ctx, insnsi); in bpf_dispatcher_nop_func() 1410 static_call(bpf_dispatcher_##name##_call)(ctx, insnsi, bpf_func) 1418 #define __BPF_DISPATCHER_CALL(name) bpf_func(ctx, insnsi) 1441 bpf_func_t bpf_func) \ 1453 bpf_func_t bpf_func); \ 1717 unsigned int (*bpf_func)(const void *ctx, member
|
| A D | filter.h | 694 unsigned int (*bpf_func)(const void *, 709 ret = dfunc(ctx, prog->insnsi, prog->bpf_func); in __bpf_prog_run() 718 ret = dfunc(ctx, prog->insnsi, prog->bpf_func); in __bpf_prog_run()
|
| /include/trace/ |
| A D | bpf_probe.h | 88 .bpf_func = __bpf_trace_##template, \
|
Completed in 23 milliseconds