FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Typedefs | |
typedef enum mpls_lookup_next_t_ | mpls_lookup_next_t |
Enum of statically configred MPLS lookup next nodes. More... | |
Enumerations | |
enum | mpls_lookup_next_t_ { MPLS_LOOKUP_NEXT_DROP = 0 } |
Enum of statically configred MPLS lookup next nodes. More... | |
Functions | |
static u32 | mpls_compute_flow_hash (const mpls_unicast_header_t *hdr, flow_hash_config_t flow_hash_config) |
Variables | |
u32 | mpls_lookup_to_replicate_edge |
The arc/edge from the MPLS lookup node to the MPLS replicate node. More... | |
typedef enum mpls_lookup_next_t_ mpls_lookup_next_t |
Enum of statically configred MPLS lookup next nodes.
enum mpls_lookup_next_t_ |
Enum of statically configred MPLS lookup next nodes.
Enumerator | |
---|---|
MPLS_LOOKUP_NEXT_DROP |
Definition at line 31 of file mpls_lookup.h.
|
inlinestatic |
Definition at line 41 of file mpls_lookup.h.
u32 mpls_lookup_to_replicate_edge |
The arc/edge from the MPLS lookup node to the MPLS replicate node.
Definition at line 29 of file mpls_lookup.c.