Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/
H A 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()
292 printk_once(KERN_ERR KBUILD_MODNAME " please increase S_SIZE\n"); in nf_log_buf_add()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_log.c259 #define S_SIZE (1024 - (sizeof(unsigned int) + 1)) macro
263 char buf[S_SIZE + 1];
272 if (likely(m->count < S_SIZE)) { in nf_log_buf_add()
274 len = vsnprintf(m->buf + m->count, S_SIZE - m->count, f, args); in nf_log_buf_add()
276 if (likely(m->count + len < S_SIZE)) { in nf_log_buf_add()
281 m->count = S_SIZE; in nf_log_buf_add()
282 printk_once(KERN_ERR KBUILD_MODNAME " please increase S_SIZE\n"); in nf_log_buf_add()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1862 #define S_SIZE 0 macro
1864 #define V_SIZE(x) ((x) << S_SIZE)
1865 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h1853 #define S_SIZE 0 macro
1855 #define V_SIZE(x) ((x) << S_SIZE)
1856 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)

Completed in 14 milliseconds