Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhgrp_var.h48 struct nhgrp_priv { struct
55 struct nhgrp_priv *nhg_priv_next; argument
62 #define NHGRP_PRIV(_src) ((struct nhgrp_priv *)_NHGRP_PRIV(_src)) argument
63 #define NHGRP_PRIV_CONST(_src) ((const struct nhgrp_priv *)_NHGRP_PRIV(_src))
67 struct nhgrp_priv *find_nhgrp(struct nh_control *ctl, const struct nhgrp_priv *key);
68 int link_nhgrp(struct nh_control *ctl, struct nhgrp_priv *grp_priv);
69 struct nhgrp_priv *unlink_nhgrp(struct nh_control *ctl, struct nhgrp_priv *key);
H A Dnhgrp.c88 static int cmp_nhgrp(const struct nhgrp_priv *a, const struct nhgrp_priv *b);
89 static unsigned int hash_nhgrp(const struct nhgrp_priv *obj);
104 cmp_nhgrp(const struct nhgrp_priv *a, const struct nhgrp_priv *b) in cmp_nhgrp()
123 hash_nhgrp(const struct nhgrp_priv *obj) in hash_nhgrp()
135 struct nhgrp_priv *
138 struct nhgrp_priv *priv_ret; in find_nhgrp()
154 link_nhgrp(struct nh_control *ctl, struct nhgrp_priv *grp_priv) in link_nhgrp()
182 struct nhgrp_priv *
183 unlink_nhgrp(struct nh_control *ctl, struct nhgrp_priv *key) in unlink_nhgrp()
185 struct nhgrp_priv *nhg_priv_ret; in unlink_nhgrp()
[all …]
H A Dnhgrp_ctl.c254 static struct nhgrp_priv *
260 struct nhgrp_priv *nhg_priv; in alloc_nhgrp()
298 struct nhgrp_priv *nhg_priv; in nhgrp_ref_object()
309 struct nhgrp_priv *nhg_priv; in nhgrp_free()
391 struct nhgrp_priv *nhg_priv; in destroy_nhgrp_epoch()
431 struct nhgrp_priv *
511 static struct nhgrp_priv *
517 struct nhgrp_priv *nhg_priv; in append_nhops()
569 struct nhgrp_priv *nhg_priv; in nhgrp_get_group()
648 struct nhgrp_priv *nhg_priv; in nhgrp_get_addition_group()
[all …]
H A Dnhop_var.h53 struct nhgrp_priv;
54 CHT_SLIST_DEFINE(nhgroups, struct nhgrp_priv);
/f-stack/lib/
H A Dff_route.c593 struct nhgrp_priv *nhg_priv; in nhgrp_get_nhops()