Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop_var.h54 struct nh_control { struct
55 struct nhops_head nh_head; /* hash table head */
56 struct bitmask_head nh_idx_head; /* nhop index head */
57 struct nhgroups_head gr_head; /* nhgrp hash table head */
58 struct rwlock ctl_lock; /* overall ctl lock */
59 struct rib_head *ctl_rh; /* pointer back to rnh */
60 struct epoch_context ctl_epoch_ctx; /* epoch ctl helper */
90 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.h73 struct nh_control *nh_control; /* nexthop subsystem data */ member