Searched refs:nhop_priv (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | nhop_var.h | 43 struct nhop_priv; 44 CHT_SLIST_DEFINE(nhops, struct nhop_priv); 76 struct nhop_priv { struct 89 struct nhop_priv *nh_next; /* hash table membership */ argument 94 #define NH_PRIV_END_CMP (__offsetof(struct nhop_priv, nh_idx)) argument 100 struct nhop_priv *find_nhop(struct nh_control *ctl, 101 const struct nhop_priv *nh_priv); 102 int link_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv); 103 struct nhop_priv *unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv); 106 int cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two);
|
| H A D | nhop_ctl.c | 84 struct nhop_priv **pnh_priv); 86 struct nhop_priv *nh_priv); 161 cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two) in cmp_priv() 319 struct nhop_priv *nh_priv; in nhop_create_from_info() 457 struct nhop_priv *nh_priv; in nhop_create_from_nhop() 496 static struct nhop_priv * 500 struct nhop_priv *nh_priv; in alloc_nhop_structure() 521 struct nhop_priv *nh_priv) in finalize_nhop() 625 struct nhop_priv *nh_priv; in destroy_nhop_epoch() 775 struct nhop_priv *nh_priv; in nhops_update_ifmtu() [all …]
|
| H A D | nhop.c | 138 struct nhop_priv *nh_priv; in nhops_destroy_rib() 211 hash_priv(const struct nhop_priv *priv) in hash_priv() 287 link_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv) in link_nhop() 330 struct nhop_priv * 331 unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv_del) in unlink_nhop() 333 struct nhop_priv *priv_ret; in unlink_nhop() 375 struct nhop_priv * 376 find_nhop(struct nh_control *ctl, const struct nhop_priv *nh_priv) in find_nhop() 378 struct nhop_priv *nh_priv_ret; in find_nhop()
|
| H A D | nhop.h | 79 struct nhop_priv; 144 struct nhop_priv *nh_priv; /* control plane data */
|
| /f-stack/tools/compat/include/net/route/ |
| H A D | nhop.h | 79 struct nhop_priv; 144 struct nhop_priv *nh_priv; /* control plane data */
|