Searched refs:maxMSS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/netgraph/
H A Dng_tcpmss.h43 uint16_t maxMSS; member in struct:ng_tcpmss_hookstat
52 { "maxMSS", &ng_parse_uint16_type }, \
63 uint16_t maxMSS; member in struct:ng_tcpmss_config
70 { "maxMSS", &ng_parse_uint16_type }, \
H A Dng_tcpmss.c42 * TCP MSS field is lowered to 'maxMSS' parameter and resulting packet
240 priv->stats.maxMSS = set->maxMSS;
288 if (priv->stats.maxMSS == 0)
341 if (correct_mss(tcp, tcphlen, priv->stats.maxMSS,

Completed in 106 milliseconds