Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf.h762 #define BPF_DISPATCHER_PTR(name) (&bpf_dispatcher_##name) macro
793 #define BPF_DISPATCHER_PTR(name) NULL macro
/kernel/linux/linux-5.10/net/core/
Dfilter.c10310 bpf_dispatcher_change_prog(BPF_DISPATCHER_PTR(xdp), prev_prog, prog); in DEFINE_BPF_DISPATCHER()