FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
gso.h File Reference
+ Include dependency graph for gso.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  gso_header_offset_t
 
struct  gso_main_t
 

Functions

int vnet_sw_interface_gso_enable_disable (u32 sw_if_index, u8 enable)
 
static_always_inline gso_header_offset_t vnet_gso_header_offset_parser (vlib_buffer_t *b0, int is_ip6)
 

Variables

gso_main_t gso_main
 

Function Documentation

◆ vnet_gso_header_offset_parser()

static_always_inline gso_header_offset_t vnet_gso_header_offset_parser ( vlib_buffer_t b0,
int  is_ip6 
)

Definition at line 48 of file gso.h.

+ Here is the call graph for this function:
+ Here is the caller 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.