FD.io VPP  v20.01-48-g3e0dafb74
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

◆ handle_marker_protocol()

static int handle_marker_protocol ( vlib_main_t vm,
slave_if_t sif 
)
static

Definition at line 117 of file input.c.

+ Here is the call graph for this function:

◆ lacp_init()

static clib_error_t* lacp_init ( vlib_main_t vm)
static

Definition at line 242 of file input.c.

◆ lacp_input()

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

Definition at line 138 of file input.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ lacp_input_format_trace()

u8* lacp_input_format_trace ( u8 s,
va_list *  args 
)

Definition at line 260 of file input.c.

+ Here is the call graph for this function:

◆ lacp_packet_scan()

static int lacp_packet_scan ( vlib_main_t vm,
slave_if_t sif 
)
static

Definition at line 22 of file input.c.

+ Here is the call graph for this function:

◆ marker_fill_pdu()

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

Definition at line 46 of file input.c.

+ Here is the caller graph for this function:

◆ marker_fill_request_pdu()

void marker_fill_request_pdu ( marker_pdu_t *  marker,
slave_if_t sif 
)

Definition at line 55 of file input.c.

◆ send_ethernet_marker_response_pdu()

static void send_ethernet_marker_response_pdu ( slave_if_t sif)
static

Definition at line 65 of file input.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: