Home
last modified time | relevance | path

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

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