Home
last modified time | relevance | path

Searched refs:is_reject (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dnexthop.h176 u8 is_reject:1, member
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c4807 if (!nh->gw_family && !nh->is_reject && in mlxsw_sp_nexthop_obj_group_entry_validate()
4954 return info->nh->gw_family || info->nh->is_reject || in mlxsw_sp_nexthop_obj_is_gateway()
5017 if (nh_obj->is_reject) in mlxsw_sp_nexthop_obj_init()
/openbmc/linux/net/ipv4/
H A Dnexthop.c95 nh_info->is_reject = nhi->reject_nh; in __nh_notifier_single_info_init()