FD.io VPP  v19.08.3-2-gbabecb413
Vector Packet Processing
graph.c File Reference
+ Include dependency graph for graph.c:

Go to the source code of this file.

Functions

u32 graph_set_link (graph_t *g, u32 src, u32 dst, u32 distance)
 
void graph_del_link (graph_t *g, u32 src, u32 dst)
 
uword graph_del_node (graph_t *g, u32 src)
 
uword unformat_graph (unformat_input_t *input, va_list *args)
 
u8format_graph_node (u8 *s, va_list *args)
 
u8format_graph (u8 *s, va_list *args)
 

Function Documentation

◆ format_graph()

u8* format_graph ( u8 s,
va_list *  args 
)

Definition at line 154 of file graph.c.

+ Here is the call graph for this function:

◆ format_graph_node()

u8* format_graph_node ( u8 s,
va_list *  args 
)

Definition at line 140 of file graph.c.

+ Here is the call graph for this function:

◆ graph_del_link()

void graph_del_link ( graph_t g,
u32  src,
u32  dst 
)

Definition at line 67 of file graph.c.

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

◆ graph_del_node()

uword graph_del_node ( graph_t g,
u32  src 
)

Definition at line 80 of file graph.c.

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

◆ graph_set_link()

u32 graph_set_link ( graph_t g,
u32  src,
u32  dst,
u32  distance 
)

Definition at line 19 of file graph.c.

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

◆ unformat_graph()

uword unformat_graph ( unformat_input_t input,
va_list *  args 
)

Definition at line 111 of file graph.c.

+ Here is the call graph for this function: