Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dbpf_trace.c2512 struct bpf_session_run_ctx { struct
2531 struct bpf_session_run_ctx session_ctx; argument
3439 struct bpf_session_run_ctx *session_ctx; in bpf_session_is_return()
3441 session_ctx = container_of(current->bpf_ctx, struct bpf_session_run_ctx, run_ctx); in bpf_session_is_return()
3447 struct bpf_session_run_ctx *session_ctx; in bpf_session_cookie()
3449 session_ctx = container_of(current->bpf_ctx, struct bpf_session_run_ctx, run_ctx); in bpf_session_cookie()