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

/linux-master/kernel/bpf/
H A Dhelpers.c824 size_t sizeof_cur_arg, sizeof_cur_ip; local
882 sizeof_cur_arg = sizeof(long);
999 sizeof_cur_arg = sizeof(int);
1002 sizeof_cur_arg = sizeof(long);
1006 sizeof_cur_arg = sizeof(long long);
1021 if (tmp_buf_end - tmp_buf < sizeof_cur_arg) {
1026 if (sizeof_cur_arg == 8) {
1032 tmp_buf += sizeof_cur_arg;

Completed in 145 milliseconds