Searched refs:tcp_opt_mss (Results 1 – 3 of 3) sorted by relevance
271 tcpopt->tcp_opt_mss = mss; in tcp_parse_options()421 tcpopt.tcp_opt_mss = tcps->tcps_mss_def_ipv4; in tcp_process_options()423 tcpopt.tcp_opt_mss = tcps->tcps_mss_def_ipv6; in tcp_process_options()429 if (tcpopt.tcp_opt_mss < tcps->tcps_mss_min) in tcp_process_options()430 tcpopt.tcp_opt_mss = tcps->tcps_mss_min; in tcp_process_options()431 else if (tcpopt.tcp_opt_mss > mss_max) in tcp_process_options()432 tcpopt.tcp_opt_mss = mss_max; in tcp_process_options()525 tcpopt.tcp_opt_mss -= connp->conn_ht_iphc_len + in tcp_process_options()541 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss)); in tcp_process_options()
107 uint32_t tcp_opt_mss; member2051 tcpopt->tcp_opt_mss = mss; in tcp_parse_options()2248 tcpopt.tcp_opt_mss = tcp_mss_def_ipv4; in tcp_process_options()2252 if (tcpopt.tcp_opt_mss < tcp_mss_min) in tcp_process_options()2253 tcpopt.tcp_opt_mss = tcp_mss_min; in tcp_process_options()2254 else if (tcpopt.tcp_opt_mss > mss_max) in tcp_process_options()2255 tcpopt.tcp_opt_mss = mss_max; in tcp_process_options()2342 tcpopt.tcp_opt_mss -= tcp->tcp_hdr_len - in tcp_process_options()2356 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss)); in tcp_process_options()
286 uint32_t tcp_opt_mss; member