Searched refs:ARG_CONST_STACK_SIZE (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/kernel/trace/
H A Dbpf_trace.c78 .arg2_type = ARG_CONST_STACK_SIZE,
159 .arg2_type = ARG_CONST_STACK_SIZE,
/linux-4.1.27/include/linux/
H A Dbpf.h60 ARG_CONST_STACK_SIZE, /* number of bytes accessed from stack */ enumerator in enum:bpf_arg_type
/linux-4.1.27/kernel/bpf/
H A Dverifier.c772 } else if (arg_type == ARG_CONST_STACK_SIZE) { check_func_arg()
820 } else if (arg_type == ARG_CONST_STACK_SIZE) { check_func_arg()
827 verbose("ARG_CONST_STACK_SIZE cannot be first argument\n"); check_func_arg()
/linux-4.1.27/net/core/
H A Dfilter.c1250 .arg4_type = ARG_CONST_STACK_SIZE,

Completed in 207 milliseconds