Home
last modified time | relevance | path

Searched refs:fib_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/marvell/prestera/
Dprestera_router_hw.c623 enum prestera_fib_type fib_type, in prestera_fib_node_create() argument
636 fib_node->info.type = fib_type; in prestera_fib_node_create()
644 switch (fib_type) { in prestera_fib_node_create()
660 pr_err("Unsupported fib_type %d", fib_type); in prestera_fib_node_create()
680 if (fib_type == PRESTERA_FIB_TYPE_UC_NH) in prestera_fib_node_create()
Dprestera_router.c50 enum prestera_fib_type fib_type; member
182 if (fi->fib_type != RTN_UNICAST) in prestera_fi_is_direct()
190 if (fi->fib_type != RTN_UNICAST) in prestera_fi_is_nh()
377 return fen4_info->fi->fib_type; in prestera_kern_fib_info_type()
878 fc->lpm_info.fib_type = PRESTERA_FIB_TYPE_UC_NH; in __prestera_pr_k_arb_fc_lpm_info_calc()
901 fc->lpm_info.fib_type = nh_cnt ? in __prestera_pr_k_arb_fc_lpm_info_calc()
912 fc->lpm_info.fib_type = PRESTERA_FIB_TYPE_TRAP; in __prestera_pr_k_arb_fc_lpm_info_calc()
915 fc->lpm_info.fib_type = PRESTERA_FIB_TYPE_DROP; in __prestera_pr_k_arb_fc_lpm_info_calc()
943 fc->lpm_info.fib_type, in __prestera_k_arb_f_lpm_set()
972 switch (fc->lpm_info.fib_type) { in __prestera_k_arb_fc_apply()
Dprestera_router_hw.h150 enum prestera_fib_type fib_type,
/linux-6.1.9/net/ipv4/
Dfib_semantics.c399 cfg->fc_type == fi->fib_type && in fib_find_info_nh()
426 nfi->fib_type == fi->fib_type && in fib_find_info()
1471 fi->fib_type = cfg->fc_type; in fib_create_info()
/linux-6.1.9/include/net/
Dip_fib.h145 unsigned char fib_type; member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c4226 fib_nh->nh_parent->fib_type == RTN_UNICAST && in mlxsw_sp_nexthop4_ipip_type()