Searched refs:S_SIZE (Results 1 – 1 of 1) sorted by relevance
290 #define S_SIZE (1024 - (sizeof(unsigned int) + 1)) macro294 char buf[S_SIZE + 1];303 if (likely(m->count < S_SIZE)) { in nf_log_buf_add()305 len = vsnprintf(m->buf + m->count, S_SIZE - m->count, f, args); in nf_log_buf_add()307 if (likely(m->count + len < S_SIZE)) { in nf_log_buf_add()312 m->count = S_SIZE; in nf_log_buf_add()
Completed in 4 milliseconds