Lines Matching full:mss
20 * | Hash_1 | MSS | ECN | SACK | WScale |
224 __u16 *mss; in tcp_parse_option() local
247 mss = next(ctx, 2); in tcp_parse_option()
248 if (*opsize == TCPOLEN_MSS && ctx->tcp->syn && mss) in tcp_parse_option()
249 ctx->attrs.mss = get_unaligned_be16(mss); in tcp_parse_option()
293 if ((ctx->ipv4 && ctx->attrs.mss != MSS_LOCAL_IPV4) || in tcp_validate_sysctl()
294 (ctx->ipv6 && ctx->attrs.mss != MSS_LOCAL_IPV6)) in tcp_validate_sysctl()
323 if (ctx->attrs.mss >= msstab4[mssind]) in tcp_prepare_cookie()
326 ctx->attrs.mss = msstab4[mssind]; in tcp_prepare_cookie()
331 if (ctx->attrs.mss >= msstab6[mssind]) in tcp_prepare_cookie()
334 ctx->attrs.mss = msstab6[mssind]; in tcp_prepare_cookie()
369 ctx->attrs.mss); in tcp_write_options()
490 ctx->attrs.mss = msstab4[mssind]; in tcp_validate_cookie()
492 ctx->attrs.mss = msstab6[mssind]; in tcp_validate_cookie()