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

/freebsd-current/sys/net/route/
H A Dfib_algo.c249 #define RH_PRINTF(_l, _rh, _fmt, ...) if (_PASS_MSG(_l)) { \ macro
1165 RH_PRINTF(LOG_INFO, rh, "Unable to allocate fib_data structure");
1274 RH_PRINTF(LOG_INFO, rh, "try %d: fib algo result: %s", i,
1287 RH_PRINTF(LOG_WARNING, rh,
1491 RH_PRINTF(LOG_INFO, rh, "unable to find algo %s", algo_name);
1936 RH_PRINTF(LOG_DEBUG, rh, "candidate_algos: %d, curr: %s(%d) result: %s(%d)",
1958 RH_PRINTF(LOG_CRIT, rh, "no algo selected");
1961 RH_PRINTF(LOG_INFO, rh, "selected algo %s", flm->flm_name);
1969 RH_PRINTF(LOG_DEBUG, rh, "result=%d fd=%p", result, fd);
1973 RH_PRINTF(LOG_CRI
[all...]

Completed in 59 milliseconds