FD.io VPP  v20.05-21-gb1500e9ff
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

◆ mpls_lookup_next_t

Enum of statically configred MPLS lookup next nodes.

Enumeration Type Documentation

◆ 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.

Function Documentation

◆ mpls_compute_flow_hash()

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

◆ mpls_lookup_to_replicate_edge

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.