Searched refs:rib_family (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_debug.h | 107 FIB_LOG_##_l(_l, (_rh)->rib_fibnum, (_rh)->rib_family, _fmt, \ 112 (_ctl)->ctl_rh->rib_family, _fmt, ## __VA_ARGS__)
|
H A D | route_temporal.c | 93 rib_walk_del(rnh->rib_fibnum, rnh->rib_family, expire_route, in expire_callout()
|
H A D | fib_algo.c | 250 _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 D | nhop.c | 349 idx, ctl->ctl_rh->rib_fibnum, ctl->ctl_rh->rib_family); in unlink_nhop()
|
H A D | route_tables.c | 207 struct rib_head *rh_src = new_rt_tables[i * (AF_MAX + 1) + rh->rib_family]; in populate_kernel_routes()
|
H A D | route_var.h | 64 int rib_family; /* AF of the rtable */ member
|
H A D | nhop_ctl.c | 271 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 D | route_ctl.c | 643 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 D | nhgrp_ctl.c | 570 nhg = nhgrp_alloc(ctl->ctl_rh->rib_fibnum, ctl->ctl_rh->rib_family, in get_nhgrp()
|
/freebsd/sys/net/ |
H A D | route.c | 113 rh->rib_family = family; in rt_table_init()
|
/freebsd/sys/netlink/route/ |
H A D | rt.c | 863 nhg = nhgrp_alloc(rh->rib_fibnum, rh->rib_family, in create_nexthop_from_attrs()
|