Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dnexthop.c84 struct nhop_object *un_nhop_src; /* nexthop to copy from */ member
279 if (unhop->un_nhop_src != NULL) { in clone_unhop()
282 nhop_print_buf_any(unhop->un_nhop_src, nhbuf, sizeof(nhbuf)); in clone_unhop()
283 FIB_NH_LOG(LOG_DEBUG2, unhop->un_nhop_src, in clone_unhop()
291 nhop_copy(nh, unhop->un_nhop_src); in clone_unhop()
340 if (unhop->un_nhop_src != NULL) in destroy_unhop()
341 nhop_free_any(unhop->un_nhop_src); in destroy_unhop()
499 if (unhop->un_nhop_src != NULL) in dump_unhop()
500 dump_nhop(unhop->un_nhop_src, unhop->un_idx, hdr, nw); in dump_unhop()
769 } else if (unhop->un_nhop_src == NULL) { in newnhg()
[all …]