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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c260 * the current log level (sysctl_log_level) matches the specified level @{
269 #define SN_LOG(level, action) if (sysctl_log_level >= level) { action; } /**< Perform log action ONLY if the current log level meets the specified log level */
325 static u_int sysctl_log_level = 0; /**< Stores the current level of logging */ variable
369 &sysctl_log_level, 0, sysctl_chg_loglevel, "IU",
432 * Updates the variable sysctl_log_level to the provided value and ensures
446 sysctl_log_level = level;

Completed in 27 milliseconds