Function report |
Source Code:include\net\dst.h |
Create Date:2022-07-28 06:08:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dst_metric_advmss
Proto:static inline u32 dst_metric_advmss(const struct dst_entry *dst)
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
const struct dst_entry * | dst |
169 | advmss = dst_metric_raw(dst, RTAX_ADVMSS) |
171 | If Not advmss Then advmss = default_advmss(dst) |
174 | Return advmss |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |