FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
gso.c File Reference
+ Include dependency graph for gso.c:

Go to the source code of this file.

Functions

int vnet_sw_interface_gso_enable_disable (u32 sw_if_index, u8 enable)
 
static clib_error_tgso_init (vlib_main_t *vm)
 

Variables

gso_main_t gso_main
 

Function Documentation

◆ gso_init()

static clib_error_t* gso_init ( vlib_main_t vm)
static

Definition at line 70 of file gso.c.

+ Here is the call graph for this function:

◆ vnet_sw_interface_gso_enable_disable()

int vnet_sw_interface_gso_enable_disable ( u32  sw_if_index,
u8  enable 
)

Definition at line 26 of file gso.c.

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

Variable Documentation

◆ gso_main

gso_main_t gso_main

Definition at line 23 of file gso.c.