Searched refs:NL_MAX_ERROR_BUF (Results 1 – 2 of 2) sorted by relevance
64 #define NL_MAX_ERROR_BUF 128 macro 65 #define SCRATCH_BUFFER_SIZE (1024 + NL_MAX_ERROR_BUF)
61 char *buf = npt_alloc(npt, NL_MAX_ERROR_BUF); in nlmsg_report_err_msg() 65 vsnprintf(buf, NL_MAX_ERROR_BUF, fmt, ap); in nlmsg_report_err_msg()