Searched refs:fib_info_nh (Results 1 – 5 of 5) sorted by relevance
/linux/include/net/ |
H A D | nexthop.h | 496 static inline struct fib_nh *fib_info_nh(struct fib_info *fi, int nhsel) in fib_info_nh() function
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 2287 nh = fib_info_nh(fi, 0); in ofdpa_port_fib_ipv4() 2731 nh = fib_info_nh(fen_info->fi, 0); in ofdpa_fib4_add() 2753 nh = fib_info_nh(fen_info->fi, 0); in ofdpa_fib4_del() 2782 nh = fib_info_nh(flow_entry->fi, 0); in ofdpa_fib4_abort()
|
/linux/net/ipv4/ |
H A D | fib_semantics.c | 292 onh = fib_info_nh(ofi, nhsel); in nh_comp() 750 nh = fib_info_nh(fi, 0); in fib_get_nhs() 881 nh = fib_info_nh(fi, 0); in fib_nh_match()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 1751 fib_dev = fib_info_nh(fen_info->fi, 0)->fib_nh_dev; in mlx5e_init_fib_work_ipv4()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 5763 const struct fib_nh *nh = fib_info_nh(fi, 0); in mlxsw_sp_fi_is_gateway() 5789 fib_nh = fib_info_nh(nh_grp->ipv4.fi, i); in mlxsw_sp_nexthop4_group_info_init()
|