Home
last modified time | relevance | path

Searched refs:buf_old (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/route/
H A Droute_helpers.c320 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE]; in decompose_change_notification() local
321 nhop_print_buf_any(rc->rc_nh_old, buf_old, 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 Droute_ctl.c1306 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE];
1307 nhop_print_buf_any(rnd_orig->rnd_nhop, buf_old, NHOP_PRINT_BUFSIZE);
1310 "trying change %s -> %s", buf_old, buf_new);
1319 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE]; change_route_conditional() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1907 const void *buf_old = buf; in lkpi_hex_dump() local
1937 ((const char *)buf - (const char *)buf_old)); in lkpi_hex_dump()