Home
last modified time | relevance | path

Searched refs:ARG_CONST_SIZE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dhelpers.c180 .arg2_type = ARG_CONST_SIZE,
Dverifier.c1946 return type == ARG_CONST_SIZE || in arg_type_is_mem_size()
1986 } else if (arg_type == ARG_CONST_SIZE || in check_func_arg()
/Linux-v4.19/kernel/trace/
Dbpf_trace.c148 .arg3_type = ARG_CONST_SIZE,
279 .arg2_type = ARG_CONST_SIZE,
363 .arg4_type = ARG_CONST_SIZE,
750 .arg3_type = ARG_CONST_SIZE,
/Linux-v4.19/net/core/
Dfilter.c1695 .arg4_type = ARG_CONST_SIZE,
1726 .arg4_type = ARG_CONST_SIZE,
1768 .arg4_type = ARG_CONST_SIZE,
3568 .arg3_type = ARG_CONST_SIZE,
3603 .arg3_type = ARG_CONST_SIZE,
3677 .arg3_type = ARG_CONST_SIZE,
3703 .arg3_type = ARG_CONST_SIZE,
4035 .arg5_type = ARG_CONST_SIZE,
4106 .arg5_type = ARG_CONST_SIZE,
4175 .arg3_type = ARG_CONST_SIZE,
[all …]
/Linux-v4.19/include/linux/
Dbpf.h152 ARG_CONST_SIZE, /* number of bytes accessed from memory */ enumerator