Searched refs:struct_ops (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_module.c63 skel->struct_ops.testmod_1->data = 13;
64 skel->struct_ops.testmod_1->test_2 = skel->progs.test_3;
H A Dstruct_ops_autocreate.c29 ASSERT_HAS_SUBSTR(log, "libbpf: struct_ops init_kern", "init_kern message");
128 skel->struct_ops.testmod_1->test_1 = skel->progs.foo;
/linux-master/include/linux/
H A Dbpf_types.h154 BPF_LINK_TYPE(BPF_LINK_TYPE_STRUCT_OPS, struct_ops)
/linux-master/tools/bpf/bpftool/
H A Dlink.c534 info->struct_ops.map_id);
595 printf("map %u ", info->struct_ops.map_id);
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c150 * The name of a stub function is made up of the name of the struct_ops and
152 * if the struct_ops type is named "foo_ops" and the function pointer
181 * struct_ops type.
187 * Each member in the struct_ops type has a struct bpf_struct_ops_arg_info
190 * BPF struct_ops program assigned to the member. Here, we only care about
194 * prog->aux->ctx_arg_info of BPF struct_ops programs and passed to the
325 pr_warn("struct_ops name %s is too long\n",
332 pr_warn("struct_ops for %s has no cfi_stubs\n", st_ops->name);
463 * many sockets are still utilizing this struct_ops for TCP
775 /* Error during st_ops->reg(). Can happen if this struct_ops need
[all...]
H A Dbtf.c4057 static struct btf_kind_operations struct_ops = { variable in typeref:struct:btf_kind_operations
4995 [BTF_KIND_STRUCT] = &struct_ops,
4996 [BTF_KIND_UNION] = &struct_ops,
8954 return check_btf_kconfigs(st_ops->owner, "struct_ops");
/linux-master/include/uapi/linux/
H A Dbpf.h1706 __u32 map_fd; /* struct_ops to attach */
1780 /* new struct_ops map fd to update link with */
6657 } struct_ops; member in union:bpf_link_info::__anon2663
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1706 __u32 map_fd; /* struct_ops to attach */
1780 /* new struct_ops map fd to update link with */
6657 } struct_ops; member in union:bpf_link_info::__anon3204

Completed in 461 milliseconds