Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dhelpers.c216 .arg2_type = ARG_CONST_SIZE,
457 .arg2_type = ARG_CONST_SIZE,
485 .arg2_type = ARG_CONST_SIZE,
Dcgroup.c1193 .arg3_type = ARG_CONST_SIZE,
1235 .arg3_type = ARG_CONST_SIZE,
1255 .arg3_type = ARG_CONST_SIZE,
1280 .arg3_type = ARG_CONST_SIZE,
Dverifier.c3205 return type == ARG_CONST_SIZE || in arg_type_is_mem_size()
3267 } else if (arg_type == ARG_CONST_SIZE || in check_func_arg()
/Linux-v5.4/net/core/
Dfilter.c1697 .arg4_type = ARG_CONST_SIZE,
1728 .arg4_type = ARG_CONST_SIZE,
1762 .arg4_type = ARG_CONST_SIZE,
1804 .arg4_type = ARG_CONST_SIZE,
3890 .arg3_type = ARG_CONST_SIZE,
3925 .arg3_type = ARG_CONST_SIZE,
3999 .arg3_type = ARG_CONST_SIZE,
4025 .arg3_type = ARG_CONST_SIZE,
4394 .arg5_type = ARG_CONST_SIZE,
4477 .arg5_type = ARG_CONST_SIZE,
[all …]
/Linux-v5.4/kernel/trace/
Dbpf_trace.c201 .arg3_type = ARG_CONST_SIZE,
334 .arg2_type = ARG_CONST_SIZE,
418 .arg4_type = ARG_CONST_SIZE,
920 .arg3_type = ARG_CONST_SIZE,
/Linux-v5.4/include/linux/
Dbpf.h204 ARG_CONST_SIZE, /* number of bytes accessed from memory */ enumerator