Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dverifier_global_ptr_args.c182 __weak int subprog_untrusted_bad_tags(struct task_struct *task __arg_untrusted __arg_nullable) in subprog_untrusted_bad_tags()
197 __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
/tools/lib/bpf/
A Dbpf_helpers.h218 #define __arg_untrusted __attribute((btf_decl_tag("arg:untrusted"))) macro

Completed in 4 milliseconds