Searched refs:fib_info_nh (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | lag_mp.c | 130 struct fib_nh *nh = fib_info_nh(fi, 0); in mlx5_lag_fib_route_event() 148 fib_nh0 = fib_info_nh(fi, 0); in mlx5_lag_fib_route_event() 149 fib_nh1 = fib_info_nh(fi, 1); in mlx5_lag_fib_route_event() 272 fib_dev = fib_info_nh(fen_info->fi, 0)->fib_nh_dev; in mlx5_lag_fib_event()
|
/Linux-v5.10/include/net/ |
D | nexthop.h | 352 static inline struct fib_nh *fib_info_nh(struct fib_info *fi, int nhsel) in fib_info_nh() function
|
/Linux-v5.10/net/ipv4/ |
D | fib_semantics.c | 293 onh = fib_info_nh(ofi, nhsel); in nh_comp() 736 nh = fib_info_nh(fi, 0); in fib_get_nhs() 859 struct fib_nh *nh = fib_info_nh(fi, 0); in fib_nh_match()
|
/Linux-v5.10/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 2286 nh = fib_info_nh(fi, 0); in ofdpa_port_fib_ipv4() 2742 nh = fib_info_nh(fen_info->fi, 0); in ofdpa_fib4_add() 2764 nh = fib_info_nh(fen_info->fi, 0); in ofdpa_fib4_del() 2793 nh = fib_info_nh(flow_entry->fi, 0); in ofdpa_fib4_abort()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 4001 const struct fib_nh *nh = fib_info_nh(fi, 0); in mlxsw_sp_fi_is_gateway() 4029 fib_nh = fib_info_nh(fi, i); in mlxsw_sp_nexthop4_group_create() 4531 struct net_device *dev = fib_info_nh(fen_info->fi, 0)->fib_nh_dev; in mlxsw_sp_fib4_entry_type_set()
|