Home
last modified time | relevance | path

Searched refs:S_SIZE (Results 1 – 1 of 1) sorted by relevance

/net/netfilter/
Dnf_log.c269 #define S_SIZE (1024 - (sizeof(unsigned int) + 1)) macro
273 char buf[S_SIZE + 1];
282 if (likely(m->count < S_SIZE)) { in nf_log_buf_add()
284 len = vsnprintf(m->buf + m->count, S_SIZE - m->count, f, args); in nf_log_buf_add()
286 if (likely(m->count + len < S_SIZE)) { in nf_log_buf_add()
291 m->count = S_SIZE; in nf_log_buf_add()