Searched refs:fib_info (Results 1 – 15 of 15) sorted by relevance
/linux/net/ipv4/ |
A D | fib_lookup.h | 12 struct fib_info *fa_info; 36 void fib_release_info(struct fib_info *); 37 struct fib_info *fib_create_info(struct fib_config *cfg, 39 int fib_nh_match(struct net *net, struct fib_config *cfg, struct fib_info *fi, 41 bool fib_metrics_match(struct fib_config *cfg, struct fib_info *fi); 46 size_t fib_nlmsg_size(struct fib_info *fi); 49 struct fib_info *fi) in fib_result_assign()
|
A D | fib_semantics.c | 231 struct fib_info *fi = container_of(head, struct fib_info, rcu); in free_fib_info_rcu() 280 static inline int nh_comp(struct fib_info *fi, struct fib_info *ofi) in nh_comp() 369 struct fib_info *fi; in fib_find_info_nh() 397 static struct fib_info *fib_find_info(struct fib_info *nfi) in fib_find_info() 400 struct fib_info *fi; in fib_find_info() 1289 struct fib_info *fi; in fib_info_hash_move() 1305 struct fib_info *fi; in fib_info_hash_move() 1386 struct fib_info *fi = NULL; in fib_create_info() 1388 struct fib_info *ofi; in fib_create_info() 1876 struct fib_info *fi; in fib_sync_down_addr() [all …]
|
A D | fib_trie.c | 1210 struct fib_info *fi; in fib_table_insert() 1275 struct fib_info *fi_drop; in fib_table_insert() 1562 struct fib_info *fi = fa->fa_info; in fib_table_lookup() 1726 struct fib_info *fi = fa->fa_info; in fib_table_delete() 2057 struct fib_info *fi = fa->fa_info; in fib_table_flush() 2132 struct fib_info *fi = fa->fa_info; in __fib_info_notify_update() 2167 struct fib_info *fi = fa->fa_info; in fib_leaf_notify() 2267 struct fib_info *fi = fa->fa_info; in fn_trie_dump_leaf() 2922 static unsigned int fib_flag_trans(int type, __be32 mask, struct fib_info *fi) in fib_flag_trans() 2964 struct fib_info *fi = fa->fa_info; in fib_route_seq_show()
|
A D | route.c | 1383 struct fib_info *fi = res->fi; in ip_mtu_from_fib_result() 1551 struct fib_info *fi, u16 type, u32 itag, in rt_set_nexthop() 2479 struct fib_info *fi = res->fi; in __mkroute_output() 3098 u32 table_id, struct fib_info *fi, in fib_dump_info_fnhe()
|
A D | nexthop.c | 1389 struct fib_info *fi; in fib_check_nh_list() 1846 struct fib_info *fi; in __remove_nexthop_fib() 2187 struct fib_info *fi; in __nexthop_replace_notify()
|
A D | fib_frontend.c | 308 bool fib_info_nh_uses_dev(struct fib_info *fi, const struct net_device *dev) in fib_info_nh_uses_dev()
|
/linux/include/net/ |
A D | ip_fib.h | 55 struct fib_info; 106 struct fib_info *nh_parent; 131 struct fib_info { struct 173 struct fib_info *fi; argument 208 struct fib_info *fi; 224 struct fib_info *fi; 434 bool fib_info_nh_uses_dev(struct fib_info *fi, const struct net_device *dev); 565 void free_fib_info(struct fib_info *fi); 567 static inline void fib_info_hold(struct fib_info *fi) in fib_info_hold() 572 static inline void fib_info_put(struct fib_info *fi) in fib_info_put()
|
A D | nexthop.h | 446 static inline unsigned int fib_info_num_path(const struct fib_info *fi) in fib_info_num_path() 457 static inline struct fib_nh_common *fib_info_nhc(struct fib_info *fi, int nhsel) in fib_info_nhc() 466 static inline struct fib_nh *fib_info_nh(struct fib_info *fi, int nhsel) in fib_info_nh()
|
A D | route.h | 47 struct fib_info; 246 u32 table_id, struct fib_info *fi,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
A D | mp.c | 115 struct fib_info *fi) in mlx5_lag_fib_route_event() 177 struct fib_info *fi) in mlx5_lag_fib_nexthop_event() 257 struct fib_info *fi; in mlx5_lag_fib_event()
|
A D | mp.h | 18 struct fib_info *mfi; /* used in tracking fib events */
|
/linux/drivers/net/ethernet/rocker/ |
A D | rocker_ofdpa.c | 99 struct fib_info *fi; 974 u32 group_id, struct fib_info *fi, in ofdpa_flow_tbl_ucast4_routing() 2268 int dst_len, struct fib_info *fi, u32 tb_id, in ofdpa_port_fib_ipv4()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_router.c | 448 struct fib_info *fi; 3002 struct fib_info *fi; 3216 struct fib_info *fi; 3293 struct fib_info *fi; in mlxsw_sp_nexthop_group_hash_obj() 3386 struct fib_info *fi) in mlxsw_sp_nexthop4_group_lookup() 5320 struct fib_info *fi) in mlxsw_sp_fi_is_gateway() 5394 mlxsw_sp_nexthop4_group_create(struct mlxsw_sp *mlxsw_sp, struct fib_info *fi) in mlxsw_sp_nexthop4_group_create() 5450 struct fib_info *fi) in mlxsw_sp_nexthop4_group_get()
|
/linux/drivers/net/netdevsim/ |
A D | fib.c | 80 struct fib_info *fi;
|
/linux/Documentation/networking/ |
A D | switchdev.rst | 365 struct fib_info *fi;
|
Completed in 74 milliseconds