Home
last modified time | relevance | path

Searched defs:nh_priv (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/route/
H A Dnhop.c141 struct nhop_priv *nh_priv; in nhops_destroy_rib() local
284 link_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv) in link_nhop()
378 find_nhop(struct nh_control *ctl, const struct nhop_priv *nh_priv) in find_nhop()
H A Dnhop_ctl.c563 struct nhop_priv *nh_priv; in destroy_nhop_epoch() local
590 struct nhop_priv *nh_priv = nh->nh_priv; in nhop_free() local
681 struct nhop_priv *nh_priv; in nhop_alloc() local
703 struct nhop_priv *nh_priv = nh->nh_priv; in nhop_copy() local
1058 struct nhop_priv *nh_priv; in nhops_update_ifmtu() local
1099 struct nhop_priv *nh_priv = iter->_next; in nhops_iter_next() local
1138 struct nhop_priv *nh_priv = nh->nh_priv; in nhop_print_buf() local
1277 struct nhop_priv *nh_priv; in nhops_dump_sysctl() local
H A Dnhop.h142 struct nhop_priv *nh_priv; /* control plane data */ member