Searched refs:buf_new (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/net/route/ |
| H A D | route_helpers.c | 320 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE]; in decompose_change_notification() local 322 nhop_print_buf_any(rc->rc_nh_new, buf_new, NHOP_PRINT_BUFSIZE); in decompose_change_notification() 323 FIB_NH_LOG(LOG_DEBUG, wn_old[0].nh, "change %s -> %s", buf_old, buf_new); in decompose_change_notification()
|
| H A D | route_ctl.c | 1319 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE]; in change_route_conditional() local 1321 nhop_print_buf_any(rnd_new->rnd_nhop, buf_new, NHOP_PRINT_BUFSIZE); in change_route_conditional() 1323 "trying change %s -> %s", buf_old, buf_new); in change_route_conditional()
|