Searched refs:bpf_attach_type (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/include/linux/
H A Dbpf.h1451 enum bpf_attach_type saved_dst_attach_type;
1546 enum bpf_attach_type expected_attach_type; /* For some prog types */
1620 enum bpf_attach_type attach_type;
2350 enum bpf_attach_type attach_type);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sysctl.c32 enum bpf_attach_type attach_type;
1545 enum bpf_attach_type atype = test->attach_type;
H A Dtest_verifier.c163 enum bpf_attach_type expected_attach_type;
/linux-master/tools/bpf/bpftool/
H A Dcommon.c1062 const char *bpf_attach_type_input_str(enum bpf_attach_type t)
H A Dnet.c455 const enum bpf_attach_type loc)
/linux-master/kernel/bpf/
H A Dtrampoline.c109 enum bpf_attach_type eatype = prog->expected_attach_type;
H A Dsyscall.c2526 enum bpf_attach_type expected_attach_type,
3899 attach_type_to_prog_type(enum bpf_attach_type attach_type)
3972 enum bpf_attach_type attach_type)
H A Dbtf.c5802 enum bpf_attach_type attach_type)
6157 enum bpf_attach_type atype = prog->expected_attach_type;
H A Dverifier.c8830 enum bpf_attach_type eatype = env->prog->expected_attach_type;
19587 enum bpf_attach_type eatype = prog->expected_attach_type;
/linux-master/tools/lib/bpf/
H A Dlibbpf.c390 enum bpf_attach_type expected_attach_type;
455 enum bpf_attach_type expected_attach_type;
9152 enum bpf_attach_type bpf_program__get_expected_attach_type(const struct bpf_program *prog);
9154 enum bpf_attach_type bpf_program__expected_attach_type(const struct bpf_program *prog)
9160 enum bpf_attach_type type)
9342 enum bpf_attach_type exp_attach_type,
9518 enum bpf_attach_type *expected_attach_type)
9543 const char *libbpf_bpf_attach_type_str(enum bpf_attach_type t)
9708 void btf_get_kernel_prefix_kind(enum bpf_attach_type attach_type,
9749 enum bpf_attach_type attach_typ
[all...]
H A Dgen_loader.c527 enum bpf_attach_type type)
/linux-master/include/uapi/linux/
H A Dbpf.h110 __u32 attach_type; /* program attach type (enum bpf_attach_type) */
305 * attach the program to, and must be one of *bpf_attach_type*
1061 enum bpf_attach_type { enum
/linux-master/tools/include/uapi/linux/
H A Dbpf.h110 __u32 attach_type; /* program attach type (enum bpf_attach_type) */
305 * attach the program to, and must be one of *bpf_attach_type*
1061 enum bpf_attach_type { enum
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c310 enum bpf_attach_type atype;
/linux-master/net/core/
H A Dfilter.c8710 enum bpf_attach_type attach_type)

Completed in 454 milliseconds

12