16 #ifndef __FIB_PATH_EXT_H__ 17 #define __FIB_PATH_EXT_H__ 53 #define FIB_PATH_EXT_ADJ_ATTR_NAMES { \ 54 [FIB_PATH_EXT_ADJ_ATTR_REFINES_COVER] = "refines-cover", \ 57 #define FOR_EACH_PATH_EXT_ADJ_ATTR(_item) \ 58 for (_item = FIB_PATH_EXT_ADJ_ATTR_REFINES_COVER; \ 59 _item <= FIB_PATH_EXT_ADJ_ATTR_REFINES_COVER; \ 80 #define fpe_label_stack fpe_path.frp_label_stack 101 } __attribute__ ((packed)) fib_path_ext_t;
118 fib_path_ext_type_t ext_type,
123 fib_path_ext_type_t ext_type,
129 fib_path_ext_type_t ext_type,
133 fib_path_ext_type_t ext_type,
fib_path_ext_type_t_
A description of the type of path extension.
enum fib_path_ext_type_t_ fib_path_ext_type_t
A description of the type of path extension.
void fib_path_ext_list_resolve(fib_path_ext_list_t *list, fib_node_index_t path_list_index)
fib_path_ext_type_t fpe_type
The type of path extension.
A representation of a path as described by a route producer.
An MPLS extension that maintains the path's outgoing labels,.
fib_path_ext_t * fib_path_ext_list_find_by_path_index(const fib_path_ext_list_t *list, fib_node_index_t path_index)
fib_path_ext_t * fib_path_ext_list_push_back(fib_path_ext_list_t *list, fib_node_index_t path_list_index, fib_path_ext_type_t ext_type, const fib_route_path_t *rpath)
u8 * format_fib_path_ext(u8 *s, va_list *args)
fib_path_ext_t * fib_path_ext_list_find(const fib_path_ext_list_t *list, fib_path_ext_type_t ext_type, const fib_route_path_t *rpath)
fib_path_ext_t * fib_path_ext_list_insert(fib_path_ext_list_t *list, fib_node_index_t path_list_index, fib_path_ext_type_t ext_type, const fib_route_path_t *rpath)
A adj-source extension indicating the path's refinement criteria result.
u8 * format_fib_path_ext_list(u8 *s, va_list *args)
A list of path-extensions.
fib_path_ext_adj_attr_t_
Flags present on an ADJ sourced path-extension.
u32 fib_node_index_t
A typedef of a node index.
void fib_path_ext_list_flush(fib_path_ext_list_t *list)
void fib_path_ext_resolve(fib_path_ext_t *path_ext, fib_node_index_t path_list_index)
enum fib_forward_chain_type_t_ fib_forward_chain_type_t
FIB output chain type.
fib_path_ext_adj_flags_t_
fib_path_ext_adj_flags_t fpe_adj_flags
For an ADJ type extension.
enum fib_path_ext_adj_flags_t_ fib_path_ext_adj_flags_t
fib_node_index_t fpe_path_index
The index of the path.
void fib_path_ext_list_remove(fib_path_ext_list_t *list, fib_path_ext_type_t ext_type, const fib_route_path_t *rpath)
One path from an [EU]CMP set that the client wants to add to a load-balance object.
int fib_path_ext_cmp(fib_path_ext_t *path_ext, const fib_route_path_t *rpath)
load_balance_path_t * fib_path_ext_stack(fib_path_ext_t *path_ext, fib_forward_chain_type_t fct, fib_forward_chain_type_t imp_null_fct, load_balance_path_t *nhs)
A path extension is a per-entry addition to the forwarding information when packets are sent for that...
int fib_path_ext_list_length(const fib_path_ext_list_t *list)
enum fib_path_ext_adj_attr_t_ fib_path_ext_adj_attr_t
Flags present on an ADJ sourced path-extension.
fib_route_path_t fpe_path
A description of the path that is being extended.