summaryrefslogtreecommitdiffstats
path: root/src/shared/bpf-link.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/bpf-link.h')
-rw-r--r--src/shared/bpf-link.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/bpf-link.h b/src/shared/bpf-link.h
index 095465b07c..bb6ac60ac9 100644
--- a/src/shared/bpf-link.h
+++ b/src/shared/bpf-link.h
@@ -8,9 +8,9 @@
#include "fdset.h"
#include "macro.h"
-bool can_link_bpf_program(struct bpf_program *prog);
+bool bpf_can_link_program(struct bpf_program *prog);
-int serialize_bpf_link(FILE *f, FDSet *fds, const char *key, struct bpf_link *link);
+int bpf_serialize_link(FILE *f, FDSet *fds, const char *key, struct bpf_link *link);
struct bpf_link *bpf_link_free(struct bpf_link *p);
DEFINE_TRIVIAL_CLEANUP_FUNC(struct bpf_link *, bpf_link_free);