Searched refs:sizeof_cur_ip (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
927 sizeof_cur_ip = (fmt[i] == '4') ? 4 : 16;
928 if (tmp_buf_end - tmp_buf < sizeof_cur_ip) {
935 sizeof_cur_ip);
937 memset(cur_ip, 0, sizeof_cur_ip);

Completed in 114 milliseconds