]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bpf: Export bpf syscall wrapper
authorDavid Ahern <dsahern@kernel.org>
Mon, 7 Feb 2022 00:59:24 +0000 (17:59 -0700)
committerDavid Ahern <dsahern@kernel.org>
Mon, 7 Mar 2022 15:52:08 +0000 (08:52 -0700)
commitac4e0913beb117f9b1416ed18fef4283056cd659
tree7cb0148dec478e91e63eb71cace015e3c9c72dcf
parent873bb9751f84252542040ad68632651144fbf1d3
bpf: Export bpf syscall wrapper

Move bpf syscall wrapper to bpf_glue to make it available to libbpf
based functions.

Signed-off-by: David Ahern <dsahern@kernel.org>
include/bpf_util.h
lib/bpf_glue.c
lib/bpf_legacy.c