Home
last modified time | relevance | path

Searched refs:rnh_augment_nh (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_rmx.c152 rh->rnh_augment_nh = rib6_augment_nh; in in6_inithead()
/freebsd/sys/netinet/
H A Din_rmx.c126 rh->rnh_augment_nh = rib4_augment_nh; in in_inithead()
/freebsd/sys/net/route/
H A Droute_var.h74 rnh_augment_nh_f_t *rnh_augment_nh;/* hook to alter nexthop prior to insertion */ member
H A Dnhop_ctl.c335 error = rnh->rnh_augment_nh(rnh->rib_fibnum, nh); in nhop_get_nhop_internal()