FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
ptclosure.h File Reference
+ Include dependency graph for ptclosure.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

u8 ** clib_ptclosure_alloc (int n)
 
void clib_ptclosure_free (u8 **ptc)
 
void clib_ptclosure_copy (u8 **dst, u8 **src)
 
u8 ** clib_ptclosure (u8 **orig)
 

Function Documentation

u8** clib_ptclosure ( u8 **  orig)

Definition at line 90 of file ptclosure.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8** clib_ptclosure_alloc ( int  n)

Definition at line 19 of file ptclosure.c.

+ Here is the caller graph for this function:

void clib_ptclosure_copy ( u8 **  dst,
u8 **  src 
)

Definition at line 56 of file ptclosure.c.

+ Here is the caller graph for this function:

void clib_ptclosure_free ( u8 **  ptc)

Definition at line 39 of file ptclosure.c.

+ Here is the caller graph for this function: