Home
last modified time | relevance | path

Searched refs:nhgrp_print_buf (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/net/route/
HDnhgrp.c183 nhgrp_print_buf(grp_priv->nhg, nhgrp_buf, sizeof(nhgrp_buf))); in link_nhgrp()
215 nhgrp_print_buf(nhg_priv_ret->nhg, nhgrp_buf, sizeof(nhgrp_buf)); in unlink_nhgrp()
341 nhgrp_print_buf(nhg_priv->nhg, nhgbuf, sizeof(nhgbuf))); in nhgrp_ctl_unlink_all()
HDroute_debug.h176 char *nhgrp_print_buf(const struct nhgrp_object *nhg, char *buf, size_t bufsize);
HDnhgrp_ctl.c407 "destroying %s", nhgrp_print_buf(nhg_priv->nhg, in destroy_nhgrp()
809 nhgrp_print_buf(const struct nhgrp_object *nhg, char *buf, size_t bufsize) in nhgrp_print_buf() function
HDnhop_ctl.c1174 return (nhgrp_print_buf((const struct nhgrp_object *)nh, buf, bufsize)); in nhop_print_buf_any()