FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
refcount.h File Reference
+ Include dependency graph for refcount.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  vlib_refcount_per_cpu_t
 
struct  vlib_refcount_t
 

Functions

static_always_inline void vlib_refcount_add (vlib_refcount_t *r, u32 cpu_index, u32 counter_index, i32 v)
 
u64 vlib_refcount_get (vlib_refcount_t *r, u32 index)
 
static_always_inline void vlib_refcount_init (vlib_refcount_t *r)
 

Function Documentation

static_always_inline void vlib_refcount_add ( vlib_refcount_t r,
u32  cpu_index,
u32  counter_index,
i32  v 
)

Definition at line 48 of file refcount.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u64 vlib_refcount_get ( vlib_refcount_t r,
u32  index 
)

Definition at line 30 of file refcount.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline void vlib_refcount_init ( vlib_refcount_t r)

Definition at line 60 of file refcount.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: