Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c18754 void *xdp_kfunc; in specialize_kfunc() local
18758 xdp_kfunc = bpf_dev_bound_resolve_kfunc(prog, func_id); in specialize_kfunc()
18759 if (xdp_kfunc) { in specialize_kfunc()
18760 *addr = (unsigned long)xdp_kfunc; in specialize_kfunc()