FD.io VPP  v16.06
Vector Packet Processing
sr.h File Reference
+ Include dependency graph for sr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ip6_sr_tunnel_key_t
 
struct  ip6_sr_tunnel_t
 
struct  ip6_sr_hmac_key_t
 
struct  ip6_sr_add_del_tunnel_args_t
 
struct  ip6_sr_add_del_policy_args_t
 
struct  ip6_sr_policy_t
 
struct  ip6_sr_add_del_multicastmap_args_t
 
struct  ip6_sr_main_t
 

Functions

int ip6_sr_add_del_tunnel (ip6_sr_add_del_tunnel_args_t *a)
 
int ip6_sr_add_del_policy (ip6_sr_add_del_policy_args_t *a)
 
int ip6_sr_add_del_multicastmap (ip6_sr_add_del_multicastmap_args_t *a)
 
void vnet_register_sr_app_callback (void *cb)
 
void sr_fix_hmac (ip6_sr_main_t *sm, ip6_header_t *ip, ip6_sr_header_t *sr)
 

Variables

ip6_sr_main_t sr_main
 
format_function_t format_ip6_sr_header
 
format_function_t format_ip6_sr_header_with_length
 
vlib_node_registration_t ip6_sr_input_node
 

Function Documentation

int ip6_sr_add_del_multicastmap ( ip6_sr_add_del_multicastmap_args_t a)

Definition at line 1503 of file sr.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ip6_sr_add_del_policy ( ip6_sr_add_del_policy_args_t a)

Definition at line 1287 of file sr.c.

+ Here is the caller graph for this function:

int ip6_sr_add_del_tunnel ( ip6_sr_add_del_tunnel_args_t a)

Definition at line 740 of file sr.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void sr_fix_hmac ( ip6_sr_main_t sm,
ip6_header_t ip,
ip6_sr_header_t sr 
)

Definition at line 26 of file sr.c.

+ Here is the caller graph for this function:

void vnet_register_sr_app_callback ( void cb)

Definition at line 2665 of file sr.c.

Variable Documentation

format_function_t format_ip6_sr_header

Definition at line 185 of file sr.h.

format_function_t format_ip6_sr_header_with_length

Definition at line 186 of file sr.h.

vlib_node_registration_t ip6_sr_input_node

Definition at line 188 of file sr.h.

ip6_sr_main_t sr_main

Definition at line 183 of file sr.h.