Home
last modified time | relevance | path

Searched refs:rib_family (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/net/route/
H A Droute_debug.h107 FIB_LOG_##_l(_l, (_rh)->rib_fibnum, (_rh)->rib_family, _fmt, \
112 (_ctl)->ctl_rh->rib_family, _fmt, ## __VA_ARGS__)
H A Droute_temporal.c93 rib_walk_del(rnh->rib_fibnum, rnh->rib_family, expire_route, in expire_callout()
H A Dfib_algo.c250 _RH_PRINTF(_rh->rib_fibnum, _rh->rib_family, __func__, _fmt, ## __VA_ARGS__);\
1173 fd->fd_family = rh->rib_family; in try_setup_fd_instance()
1867 switch (rh->rib_family) { in set_algo_fixed()
1885 switch (rh->rib_family) { in is_algo_fixed()
1917 if (flm->flm_family != rh->rib_family) in fib_check_best_algo()
H A Dnhop.c349 idx, ctl->ctl_rh->rib_fibnum, ctl->ctl_rh->rib_family); in unlink_nhop()
H A Droute_tables.c207 struct rib_head *rh_src = new_rt_tables[i * (AF_MAX + 1) + rh->rib_family]; in populate_kernel_routes()
H A Droute_var.h64 int rib_family; /* AF of the rtable */ member
H A Dnhop_ctl.c271 struct nhop_object *nh = nhop_alloc(rnh->rib_fibnum, rnh->rib_family); in nhop_create_from_info()
444 nh = nhop_alloc(rnh->rib_fibnum, rnh->rib_family); in nhop_create_from_nhop()
H A Droute_ctl.c643 struct nhop_object *nh = nhop_alloc(rh_dst->rib_fibnum, rh_dst->rib_family); in rib_copy_route()
1334 FIB_LOG(LOG_DEBUG2, rnh->rib_fibnum, rnh->rib_family, in change_route_conditional()
H A Dnhgrp_ctl.c570 nhg = nhgrp_alloc(ctl->ctl_rh->rib_fibnum, ctl->ctl_rh->rib_family, in get_nhgrp()
/freebsd/sys/net/
H A Droute.c113 rh->rib_family = family; in rt_table_init()
/freebsd/sys/netlink/route/
H A Drt.c863 nhg = nhgrp_alloc(rh->rib_fibnum, rh->rib_family, in create_nexthop_from_attrs()