Searched refs:fib_info_nh (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
A D | mp.c | 133 struct fib_nh *nh = fib_info_nh(fi, 0); in mlx5_lag_fib_route_event() 151 fib_nh0 = fib_info_nh(fi, 0); in mlx5_lag_fib_route_event() 152 fib_nh1 = fib_info_nh(fi, 1); in mlx5_lag_fib_route_event() 275 fib_dev = fib_info_nh(fen_info->fi, 0)->fib_nh_dev; in mlx5_lag_fib_event()
|
/linux/include/net/ |
A D | nexthop.h | 466 static inline struct fib_nh *fib_info_nh(struct fib_info *fi, int nhsel) in fib_info_nh() function
|
/linux/drivers/net/ethernet/rocker/ |
A D | rocker_ofdpa.c | 2286 nh = fib_info_nh(fi, 0); in ofdpa_port_fib_ipv4() 2730 nh = fib_info_nh(fen_info->fi, 0); in ofdpa_fib4_add() 2752 nh = fib_info_nh(fen_info->fi, 0); in ofdpa_fib4_del() 2781 nh = fib_info_nh(flow_entry->fi, 0); in ofdpa_fib4_abort()
|
/linux/net/ipv4/ |
A D | fib_semantics.c | 291 onh = fib_info_nh(ofi, nhsel); in nh_comp() 760 nh = fib_info_nh(fi, 0); in fib_get_nhs() 883 struct fib_nh *nh = fib_info_nh(fi, 0); in fib_nh_match()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_tun_encap.c | 1582 fib_dev = fib_info_nh(fen_info->fi, 0)->fib_nh_dev; in mlx5e_init_fib_work_ipv4()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_router.c | 5322 const struct fib_nh *nh = fib_info_nh(fi, 0); in mlxsw_sp_fi_is_gateway() 5348 fib_nh = fib_info_nh(nh_grp->ipv4.fi, i); in mlxsw_sp_nexthop4_group_info_init()
|
Completed in 40 milliseconds