FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
sr.c File Reference

Segment Routing initialization. More...

+ Include dependency graph for sr.c:

Go to the source code of this file.

Functions

void sr_dpo_lock (dpo_id_t *dpo)
 no-op lock function. More...
 
void sr_dpo_unlock (dpo_id_t *dpo)
 no-op unlock function. More...
 

Variables

ip6_sr_main_t sr_main
 

Detailed Description

Segment Routing initialization.

Definition in file sr.c.

Function Documentation

◆ sr_dpo_lock()

void sr_dpo_lock ( dpo_id_t dpo)

no-op lock function.

The lifetime of the SR entry is managed by the control plane

Definition at line 38 of file sr.c.

◆ sr_dpo_unlock()

void sr_dpo_unlock ( dpo_id_t dpo)

no-op unlock function.

The lifetime of the SR entry is managed by the control plane

Definition at line 47 of file sr.c.

Variable Documentation

◆ sr_main

ip6_sr_main_t sr_main

Definition at line 31 of file sr.c.