Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1372 #define BPF_DISPATCHER_PTR(name) (&bpf_dispatcher_##name) macro
1403 #define BPF_DISPATCHER_PTR(name) NULL macro
/linux/net/core/
H A Dfilter.c11693 bpf_dispatcher_change_prog(BPF_DISPATCHER_PTR(xdp), prev_prog, prog); in DEFINE_BPF_DISPATCHER()