Go to the source code of this file.
|
always_inline void | pg_buffer_index_free (pg_buffer_index_t *bi) |
|
always_inline void | pg_edit_group_free (pg_edit_group_t *g) |
|
always_inline void | pg_stream_free (pg_stream_t *s) |
|
always_inline int | pg_stream_is_enabled (pg_stream_t *s) |
|
always_inline pg_edit_group_t * | pg_stream_get_group (pg_stream_t *s, u32 group_index) |
|
always_inline void * | pg_create_edit_group (pg_stream_t *s, int n_edit_bytes, int n_packet_bytes, u32 *group_index) |
|
always_inline void * | pg_add_edits (pg_stream_t *s, int n_edit_bytes, int n_packet_bytes, u32 group_index) |
|
always_inline void * | pg_get_edit_group (pg_stream_t *s, u32 group_index) |
|
always_inline uword | pg_edit_group_n_bytes (pg_stream_t *s, u32 group_index) |
|
always_inline void | pg_free_edit_group (pg_stream_t *s) |
|
void | pg_stream_del (pg_main_t *pg, uword index) |
|
void | pg_stream_add (pg_main_t *pg, pg_stream_t *s_init) |
|
void | pg_stream_enable_disable (pg_main_t *pg, pg_stream_t *s, int is_enable) |
|
u32 | pg_interface_find_free (pg_main_t *pg, uword stream_index) |
|
always_inline pg_node_t * | pg_get_node (uword node_index) |
|
void | pg_edit_group_get_fixed_packet_data (pg_stream_t *s, u32 group_index, void *fixed_packet_data, void *fixed_packet_data_mask) |
|
#define PG_STREAM_FLAGS_DISABLE_BUFFER_RECYCLE (1 << 1) |
Definition at line 99 of file pg.h.
#define PG_STREAM_FLAGS_IS_ENABLED (1 << 0) |
Definition at line 98 of file pg.h.
Definition at line 236 of file pg.h.
Definition at line 165 of file pg.h.
Definition at line 214 of file pg.h.
Definition at line 172 of file pg.h.
void pg_edit_group_get_fixed_packet_data |
( |
pg_stream_t * |
s, |
|
|
u32 |
group_index, |
|
|
void * |
fixed_packet_data, |
|
|
void * |
fixed_packet_data_mask |
|
) |
| |
Definition at line 258 of file pg.h.
Definition at line 269 of file pg.h.
Definition at line 250 of file pg.h.
Definition at line 335 of file pg.h.
Definition at line 183 of file pg.h.
Definition at line 210 of file pg.h.
Definition at line 206 of file pg.h.
Definition at line 322 of file pg.h.
(constructor) VLIB_REGISTER_NODE (pg_input_node)
Definition at line 1736 of file input.c.
Definition at line 322 of file pg.h.