Searched refs:ARG_CONST_SIZE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | helpers.c | 180 .arg2_type = ARG_CONST_SIZE,
|
D | verifier.c | 1946 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/ |
D | bpf_trace.c | 148 .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/ |
D | filter.c | 1695 .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/ |
D | bpf.h | 152 ARG_CONST_SIZE, /* number of bytes accessed from memory */ enumerator
|