Home
last modified time | relevance | path

Searched refs:bpf_func (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dtracepoint-defs.h46 void *bpf_func; member
Dfilter.h533 unsigned int (*bpf_func)(const void *ctx, member
548 #define BPF_PROG_RUN(filter, ctx) (*(filter)->bpf_func)(ctx, (filter)->insnsi)
737 unsigned long real_start = (unsigned long)fp->bpf_func; in bpf_jit_binary_hdr()
/linux-4.19.296/include/trace/
Dbpf_probe.h82 .bpf_func = (void *)__bpf_trace_##template, \