Home
last modified time | relevance | path

Searched defs:__arg_untrusted (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_global_ptr_args.c197 __weak int subprog_untrusted_bad_type(struct local_type_wont_be_accepted *p __arg_untrusted) in subprog_untrusted_bad_type() argument
210 __weak int subprog_untrusted(const volatile struct task_struct *restrict task __arg_untrusted) in subprog_untrusted() argument
249 __weak int subprog_untrusted2(struct task_struct *task __arg_untrusted) in subprog_untrusted2() argument
263 __weak int subprog_void_untrusted(void *p __arg_untrusted) in subprog_void_untrusted() argument
268 __weak int subprog_char_untrusted(char *p __arg_untrusted) in subprog_char_untrusted() argument
273 __weak int subprog_enum_untrusted(enum bpf_attach_type *p __arg_untrusted) in subprog_enum_untrusted() argument
/linux/tools/lib/bpf/
H A Dbpf_helpers.h218 #define __arg_untrusted __attribute((btf_decl_tag("arg:untrusted"))) macro