Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop_var.h56 struct nh_control { struct
57 struct nhops_head nh_head; /* hash table head */
58 struct bitmask_head nh_idx_head; /* nhop index head */
59 struct nhgroups_head gr_head; /* nhgrp hash table head */
60 struct bitmask_head gr_idx_head; /* nhgrp index head */
61 struct rwlock ctl_lock; /* overall ctl lock */
62 struct rib_head *ctl_rh; /* pointer back to rnh */
63 struct epoch_context ctl_epoch_ctx; /* epoch ctl helper */
88 struct nh_control *nh_control; /* backreference to the rnh */ member
H A Dnhgrp_var.h54 struct nh_control *nh_control; /* parent control structure */ member
H A Droute_var.h76 struct nh_control *nh_control; /* nexthop subsystem data */ member