Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf_tracing.h363 #define ___bpf_ctx_cast(args...) \ macro
364 ___bpf_apply(___bpf_ctx_cast, ___bpf_narg(args))(args)
389 return ____##name(___bpf_ctx_cast(args)); \