FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
as.h File Reference
+ Include dependency graph for as.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  srv6_as_localsid_t
 
struct  srv6_as_main_t
 

Macros

#define AS_TYPE_L2   2
 
#define AS_TYPE_IP4   4
 
#define AS_TYPE_IP6   6
 

Functions

void srv6_as_dpo_lock (dpo_id_t *dpo)
 
void srv6_as_dpo_unlock (dpo_id_t *dpo)
 

Variables

srv6_as_main_t srv6_as_main
 
format_function_t format_srv6_as_localsid
 
unformat_function_t unformat_srv6_as_localsid
 
vlib_node_registration_t srv6_as_localsid_node
 (constructor) VLIB_REGISTER_NODE (srv6_as_localsid_node) More...
 

Macro Definition Documentation

◆ AS_TYPE_IP4

#define AS_TYPE_IP4   4

Definition at line 27 of file as.h.

◆ AS_TYPE_IP6

#define AS_TYPE_IP6   6

Definition at line 28 of file as.h.

◆ AS_TYPE_L2

#define AS_TYPE_L2   2

Definition at line 26 of file as.h.

Function Documentation

◆ srv6_as_dpo_lock()

void srv6_as_dpo_lock ( dpo_id_t dpo)

Definition at line 495 of file as.c.

◆ srv6_as_dpo_unlock()

void srv6_as_dpo_unlock ( dpo_id_t dpo)

Definition at line 500 of file as.c.

Variable Documentation

◆ format_srv6_as_localsid

format_function_t format_srv6_as_localsid

Definition at line 73 of file as.h.

◆ srv6_as_localsid_node

vlib_node_registration_t srv6_as_localsid_node

(constructor) VLIB_REGISTER_NODE (srv6_as_localsid_node)

Definition at line 241 of file node.c.

◆ srv6_as_main

srv6_as_main_t srv6_as_main

Definition at line 39 of file as.c.

◆ unformat_srv6_as_localsid

unformat_function_t unformat_srv6_as_localsid

Definition at line 74 of file as.h.