Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop_var.h41 struct nhop_priv;
42 CHT_SLIST_DEFINE(nhops, struct nhop_priv);
73 struct nhop_priv { struct
91 struct nhop_priv *nh_next; /* hash table membership */ argument
96 #define NH_PRIV_END_CMP (__offsetof(struct nhop_priv, nh_idx)) argument
103 struct nhop_priv *find_nhop(struct nh_control *ctl,
104 const struct nhop_priv *nh_priv);
105 int link_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv);
106 struct nhop_priv *unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv);
109 int cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two);
H A Dnhop.c141 struct nhop_priv *nh_priv; in nhops_destroy_rib()
213 hash_priv(const struct nhop_priv *priv) in hash_priv()
284 link_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv) in link_nhop()
329 struct nhop_priv *
330 unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv_del) in unlink_nhop()
332 struct nhop_priv *priv_ret; in unlink_nhop()
377 struct nhop_priv *
378 find_nhop(struct nh_control *ctl, const struct nhop_priv *nh_priv) in find_nhop()
380 struct nhop_priv *nh_priv_ret; in find_nhop()
H A Dnhop_ctl.c104 #define NHOP_PRIV_ALIGNED_SIZE roundup2(sizeof(struct nhop_priv), \
153 cmp_priv(const struct nhop_priv *_one, const struct nhop_priv *_two) in cmp_priv()
329 struct nhop_priv *tmp_priv; in nhop_get_nhop_internal()
563 struct nhop_priv *nh_priv; in destroy_nhop_epoch()
565 nh_priv = __containerof(ctx, struct nhop_priv, nh_epoch_ctx); in destroy_nhop_epoch()
590 struct nhop_priv *nh_priv = nh->nh_priv; in nhop_free()
681 struct nhop_priv *nh_priv; in nhop_alloc()
687 nh_priv = (struct nhop_priv *)((char *)nh + NHOP_OBJECT_ALIGNED_SIZE); in nhop_alloc()
703 struct nhop_priv *nh_priv = nh->nh_priv; in nhop_copy()
1058 struct nhop_priv *nh_priv; in nhops_update_ifmtu()
[all …]
H A Dnhop.h77 struct nhop_priv;
142 struct nhop_priv *nh_priv; /* control plane data */
H A Droute_ctl.h160 struct nhop_priv;
166 struct nhop_priv *_next;