Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhelpers.c587 .func = bpf_get_raw_cpu_id,
H A Dcore.c2245 BPF_CALL_0(bpf_get_raw_cpu_id) in BPF_CALL_0() argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h1927 u64 bpf_get_raw_cpu_id(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c439 *insn = BPF_EMIT_CALL(bpf_get_raw_cpu_id); in convert_bpf_extensions()