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

/linux-master/kernel/bpf/
H A Dhelpers.c822 char *unsafe_ptr = NULL, *tmp_buf = NULL, *tmp_buf_end, *fmt_end; local
840 tmp_buf_end = tmp_buf + MAX_BPRINTF_BIN_ARGS;
905 (tmp_buf_end - tmp_buf),
928 if (tmp_buf_end - tmp_buf < sizeof_cur_ip) {
945 err = snprintf(tmp_buf, tmp_buf_end - tmp_buf,
965 if (tmp_buf_end == tmp_buf) {
973 tmp_buf_end - tmp_buf);
987 if (tmp_buf_end == tmp_buf) {
1021 if (tmp_buf_end - tmp_buf < sizeof_cur_arg) {

Completed in 88 milliseconds