Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dfilter.c1648 struct bpf_scratchpad { struct
1655 static DEFINE_PER_CPU(struct bpf_scratchpad, bpf_sp); argument
2013 struct bpf_scratchpad *sp = this_cpu_ptr(&bpf_sp); in BPF_CALL_5()