Home
last modified time | relevance | path

Searched refs:bpf_run_ctx (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/linux/
Dbpf.h1370 struct bpf_run_ctx {}; struct
1373 struct bpf_run_ctx run_ctx;
1379 struct bpf_run_ctx run_ctx;
1384 struct bpf_run_ctx run_ctx;
1386 struct bpf_run_ctx *saved_run_ctx;
1389 static inline struct bpf_run_ctx *bpf_set_run_ctx(struct bpf_run_ctx *new_ctx) in bpf_set_run_ctx()
1391 struct bpf_run_ctx *old_ctx = NULL; in bpf_set_run_ctx()
1400 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx()
1420 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array()
Dsched.h45 struct bpf_run_ctx;
1467 struct bpf_run_ctx *bpf_ctx;
/linux-5.19.10/kernel/trace/
Dbpf_trace.c83 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx);
84 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx);
2248 struct bpf_run_ctx run_ctx;
2357 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_cookie()
2379 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_entry_ip()
2395 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run()
2587 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_cookie()
2591 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_entry_ip()
/linux-5.19.10/net/bpf/
Dtest_run.c376 struct bpf_run_ctx *old_ctx; in bpf_test_run()
/linux-5.19.10/kernel/bpf/
Dcgroup.c37 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg()