Home
last modified time | relevance | path

Searched refs:fdb_nh (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dnexthop.h63 bool fdb_nh; member
125 bool fdb_nh; member
255 return nh_grp->fdb_nh; in nexthop_is_fdb()
260 return nhi->fdb_nh; in nexthop_is_fdb()
/openbmc/linux/net/ipv4/
H A Dnexthop.c96 nh_info->is_fdb = nhi->fdb_nh; in __nh_notifier_single_info_init()
133 info->nh_grp->is_fdb = nhg->fdb_nh; in nh_notifier_mpath_info_init()
720 if (nhg->fdb_nh && nla_put_flag(skb, NHA_FDB)) in nh_fill_node()
733 } else if (nhi->fdb_nh) { in nh_fill_node()
1007 *is_fdb = nhg->fdb_nh; in valid_group_nh()
1016 *is_fdb = nhi->fdb_nh; in valid_group_nh()
1029 if (!nhi->fdb_nh) { in nh_check_attr_fdb_group()
1192 if (nhg->fdb_nh) in nexthop_select_path_hthr()
1312 is_fdb_nh = nhg->fdb_nh; in fib6_check_nexthop()
1317 is_fdb_nh = nhi->fdb_nh; in fib6_check_nexthop()
[all …]