FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
mpls_lookup.h File Reference
+ Include dependency graph for mpls_lookup.h:
+ This graph shows which files directly or indirectly include this file:

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 Documentation

Enum of statically configred MPLS lookup next nodes.

Enumeration Type Documentation

Enum of statically configred MPLS lookup next nodes.

Enumerator
MPLS_LOOKUP_NEXT_DROP 

Definition at line 31 of file mpls_lookup.h.

Function Documentation

static u32 mpls_compute_flow_hash ( const mpls_unicast_header_t hdr,
flow_hash_config_t  flow_hash_config 
)
inlinestatic

Definition at line 41 of file mpls_lookup.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

u32 mpls_lookup_to_replicate_edge

The arc/edge from the MPLS lookup node to the MPLS replicate node.

Definition at line 26 of file mpls_lookup.h.