FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
stn.h File Reference
+ Include dependency graph for stn.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  stn_rule_t
 
struct  stn_main_t
 
struct  stn_rule_add_del_args_t
 

Functions

int stn_rule_add_del (stn_rule_add_del_args_t *args)
 Add or delete an stn rule. More...
 
clib_error_tstn_api_init (vlib_main_t *vm, stn_main_t *sm)
 

Variables

stn_main_t stn_main
 

Function Documentation

◆ stn_api_init()

clib_error_t* stn_api_init ( vlib_main_t vm,
stn_main_t sm 
)

Definition at line 201 of file stn_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stn_rule_add_del()

int stn_rule_add_del ( stn_rule_add_del_args_t args)

Add or delete an stn rule.

Definition at line 286 of file stn.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ stn_main

stn_main_t stn_main

Definition at line 25 of file stn.c.