Searched refs:bpf_link_type (Results 1 - 7 of 7) sorted by last modified time

/linux-master/kernel/bpf/
H A Dsyscall.c2985 void bpf_link_init(struct bpf_link *link, enum bpf_link_type type,
/linux-master/include/linux/
H A Dbpf.h1574 enum bpf_link_type type;
2330 void bpf_link_init(struct bpf_link *link, enum bpf_link_type type,
2682 static inline void bpf_link_init(struct bpf_link *link, enum bpf_link_type type,
/linux-master/tools/lib/bpf/
H A Dlibbpf.c9551 const char *libbpf_bpf_link_type_str(enum bpf_link_type t)
H A Dlibbpf.h68 * returned for unknown **bpf_link_type** values.
70 LIBBPF_API const char *libbpf_bpf_link_type_str(enum bpf_link_type t);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_str.c63 * Test case to check that all bpf_link_type variants are covered by
77 /* find enum bpf_link_type and enumerate each value */
78 id = btf__find_by_name_kind(btf, "bpf_link_type", BTF_KIND_ENUM);
85 enum bpf_link_type link_type = (enum bpf_link_type)e->val;
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1123 enum bpf_link_type { enum
/linux-master/include/uapi/linux/
H A Dbpf.h1123 enum bpf_link_type { enum

Completed in 597 milliseconds