Home
last modified time | relevance | path

Searched refs:ARG_MEM_SIZE (Results 1 – 9 of 9) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_lsm.c189 .arg3_type = ARG_MEM_SIZE,
208 .arg3_type = ARG_MEM_SIZE,
H A Dcgroup.c2333 .arg3_type = ARG_MEM_SIZE,
2375 .arg3_type = ARG_MEM_SIZE,
2395 .arg3_type = ARG_MEM_SIZE,
2421 .arg3_type = ARG_MEM_SIZE,
H A Dhelpers.c281 .arg2_type = ARG_MEM_SIZE,
542 .arg2_type = ARG_MEM_SIZE,
570 .arg2_type = ARG_MEM_SIZE,
586 .arg2_type = ARG_MEM_SIZE,
630 .arg4_type = ARG_MEM_SIZE,
H A Dsyscall.c6574 .arg3_type = ARG_MEM_SIZE,
H A Dverifier.c8020 return type == ARG_MEM_SIZE || type == ARG_MEM_SIZE_OR_ZERO; in arg_type_is_mem_size()
8166 [ARG_MEM_SIZE] = &scalar_types,
8864 case ARG_MEM_SIZE: in check_func_arg()
H A Dbtf.c8732 .arg2_type = ARG_MEM_SIZE,
/linux/net/core/
H A Dfilter.c1751 .arg4_type = ARG_MEM_SIZE,
1788 .arg4_type = ARG_MEM_SIZE,
1827 .arg4_type = ARG_MEM_SIZE,
1871 .arg4_type = ARG_MEM_SIZE,
4287 .arg4_type = ARG_MEM_SIZE,
4319 .arg4_type = ARG_MEM_SIZE,
4979 .arg3_type = ARG_MEM_SIZE,
5014 .arg3_type = ARG_MEM_SIZE,
5096 .arg3_type = ARG_MEM_SIZE,
5124 .arg3_type = ARG_MEM_SIZE,
[all …]
/linux/kernel/trace/
H A Dbpf_trace.c386 .arg3_type = ARG_MEM_SIZE,
421 .arg2_type = ARG_MEM_SIZE,
477 .arg2_type = ARG_MEM_SIZE,
521 .arg3_type = ARG_MEM_SIZE,
636 .arg4_type = ARG_MEM_SIZE,
1056 .arg2_type = ARG_MEM_SIZE,
1058 .arg4_type = ARG_MEM_SIZE,
1532 .arg3_type = ARG_MEM_SIZE,
/linux/include/linux/
H A Dbpf.h892 ARG_MEM_SIZE, /* number of bytes accessed from memory */ enumerator