Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h3954 u64 bpf_get_raw_cpu_id(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
/linux/kernel/bpf/
H A Dcore.c3136 BPF_CALL_0(bpf_get_raw_cpu_id) in BPF_CALL_0() argument
H A Dhelpers.c634 .func = bpf_get_raw_cpu_id,
/linux/net/core/
H A Dfilter.c468 *insn = BPF_EMIT_CALL(bpf_get_raw_cpu_id); in convert_bpf_extensions()