Changeset View
Changeset View
Standalone View
Standalone View
sys/net/route/route_var.h
| Show First 20 Lines • Show All 306 Lines • ▼ Show 20 Lines | int nhgrp_get_filtered_group(struct rib_head *rh, const struct rtentry *rt, | ||||
| const struct nhgrp_object *src, rib_filter_f_t flt_func, void *flt_data, | const struct nhgrp_object *src, rib_filter_f_t flt_func, void *flt_data, | ||||
| struct route_nhop_data *rnd); | struct route_nhop_data *rnd); | ||||
| int nhgrp_get_addition_group(struct rib_head *rnh, | int nhgrp_get_addition_group(struct rib_head *rnh, | ||||
| struct route_nhop_data *rnd_orig, struct route_nhop_data *rnd_add, | struct route_nhop_data *rnd_orig, struct route_nhop_data *rnd_add, | ||||
| struct route_nhop_data *rnd_new); | struct route_nhop_data *rnd_new); | ||||
| int nhgrp_get_merge_group(struct rib_head *rnh, | int nhgrp_get_merge_group(struct rib_head *rnh, | ||||
| struct route_nhop_data *rnd_orig, struct route_nhop_data *rnd_add, | struct route_nhop_data *rnd_orig, struct route_nhop_data *rnd_add, | ||||
| struct route_nhop_data *rnd_new); | struct route_nhop_data *rnd_new); | ||||
| void nhgrp_recompile(struct rib_head *rh); | |||||
| void nhgrp_ref_object(struct nhgrp_object *nhg); | void nhgrp_ref_object(struct nhgrp_object *nhg); | ||||
| uint32_t nhgrp_get_idx(const struct nhgrp_object *nhg); | uint32_t nhgrp_get_idx(const struct nhgrp_object *nhg); | ||||
| void nhgrp_free(struct nhgrp_object *nhg); | void nhgrp_free(struct nhgrp_object *nhg); | ||||
| /* rtsock */ | /* rtsock */ | ||||
| int rtsock_routemsg(int cmd, struct rtentry *rt, struct nhop_object *nh, | int rtsock_routemsg(int cmd, struct rtentry *rt, struct nhop_object *nh, | ||||
| int fibnum); | int fibnum); | ||||
| Show All 16 Lines | |||||