FD.io VPP  v19.08-24-ge6a5712
Vector Packet Processing
input.c File Reference
+ Include dependency graph for input.c:

Go to the source code of this file.

Functions

static int lacp_packet_scan (vlib_main_t *vm, slave_if_t *sif)
 
static void marker_fill_pdu (marker_pdu_t *marker, slave_if_t *sif)
 
void marker_fill_request_pdu (marker_pdu_t *marker, slave_if_t *sif)
 
static void send_ethernet_marker_response_pdu (slave_if_t *sif)
 
static int handle_marker_protocol (vlib_main_t *vm, slave_if_t *sif)
 
lacp_error_t lacp_input (vlib_main_t *vm, vlib_buffer_t *b0, u32 bi0)
 
static clib_error_tlacp_init (vlib_main_t *vm)
 
u8lacp_input_format_trace (u8 *s, va_list *args)
 

Function Documentation

static int handle_marker_protocol ( vlib_main_t vm,
slave_if_t sif 
)
static

Definition at line 116 of file input.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* lacp_init ( vlib_main_t vm)
static

Definition at line 234 of file input.c.

lacp_error_t lacp_input ( vlib_main_t vm,
vlib_buffer_t b0,
u32  bi0 
)

Definition at line 137 of file input.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* lacp_input_format_trace ( u8 s,
va_list *  args 
)

Definition at line 252 of file input.c.

+ Here is the call graph for this function:

static int lacp_packet_scan ( vlib_main_t vm,
slave_if_t sif 
)
static

Definition at line 21 of file input.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void marker_fill_pdu ( marker_pdu_t *  marker,
slave_if_t sif 
)
static

Definition at line 45 of file input.c.

+ Here is the caller graph for this function:

void marker_fill_request_pdu ( marker_pdu_t *  marker,
slave_if_t sif 
)

Definition at line 54 of file input.c.

static void send_ethernet_marker_response_pdu ( slave_if_t sif)
static

Definition at line 64 of file input.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: