FD.io VPP  v19.04.3-1-gdfec10d13
Vector Packet Processing
ptclosure.c File Reference
+ Include dependency graph for ptclosure.c:

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

◆ clib_ptclosure()

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:

◆ clib_ptclosure_alloc()

u8** clib_ptclosure_alloc ( int  n)

Definition at line 19 of file ptclosure.c.

+ Here is the caller graph for this function:

◆ clib_ptclosure_copy()

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

Definition at line 56 of file ptclosure.c.

+ Here is the caller graph for this function:

◆ clib_ptclosure_free()

void clib_ptclosure_free ( u8 **  ptc)

Definition at line 39 of file ptclosure.c.

+ Here is the caller graph for this function: