Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop_var.h106 struct nhop_priv *unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv);
H A Dnhop.c330 unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv_del) in unlink_nhop() function
H A Dnhop_ctl.c630 if (unlink_nhop(ctl, nh_priv) == NULL) { in nhop_free()