FD.io VPP  v21.06
Vector Packet Processing
mss_clamp.h File Reference
+ Include dependency graph for mss_clamp.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mssc_main_t
 

Macros

#define MSS_CLAMP_UNSET   0xffff
 

Functions

int mssc_enable_disable (u32 sw_if_index, u8 dir4, u8 dir6, u16 mss4, u16 mss6)
 
int mssc_get_mss (u32 sw_if_index, u8 *dir4, u8 *dir6, u16 *mss4, u16 *mss6)
 

Variables

mssc_main_t mssc_main
 

Macro Definition Documentation

◆ MSS_CLAMP_UNSET

#define MSS_CLAMP_UNSET   0xffff

Definition at line 45 of file mss_clamp.h.

Function Documentation

◆ mssc_enable_disable()

int mssc_enable_disable ( u32  sw_if_index,
u8  dir4,
u8  dir6,
u16  mss4,
u16  mss6 
)

Definition at line 50 of file mss_clamp.c.

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

◆ mssc_get_mss()

int mssc_get_mss ( u32  sw_if_index,
u8 dir4,
u8 dir6,
u16 mss4,
u16 mss6 
)

Definition at line 85 of file mss_clamp.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ mssc_main

mssc_main_t mssc_main

Definition at line 23 of file mss_clamp.c.