Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf.h1427 #define BPF_DISPATCHER_PTR(name) (&bpf_dispatcher_##name) macro
1461 #define BPF_DISPATCHER_PTR(name) NULL macro
/linux-6.15/net/core/
H A Dfilter.c11778 bpf_dispatcher_change_prog(BPF_DISPATCHER_PTR(xdp), prev_prog, prog); in DEFINE_BPF_DISPATCHER()