Searched refs:tcp_opt_mss (Results 1 – 3 of 3) sorted by relevance
405 tcpopt->tcp_opt_mss = mss; in tcp_parse_options()595 tcpopt.tcp_opt_mss = tcps->tcps_mss_def_ipv4; in tcp_process_options()597 tcpopt.tcp_opt_mss = tcps->tcps_mss_def_ipv6; in tcp_process_options()603 if (tcpopt.tcp_opt_mss < tcps->tcps_mss_min) in tcp_process_options()604 tcpopt.tcp_opt_mss = tcps->tcps_mss_min; in tcp_process_options()605 else if (tcpopt.tcp_opt_mss > mss_max) in tcp_process_options()606 tcpopt.tcp_opt_mss = mss_max; in tcp_process_options()699 tcpopt.tcp_opt_mss -= connp->conn_ht_iphc_len + in tcp_process_options()715 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss)); in tcp_process_options()
106 uint32_t tcp_opt_mss; member2050 tcpopt->tcp_opt_mss = mss; in tcp_parse_options()2247 tcpopt.tcp_opt_mss = tcp_mss_def_ipv4; in tcp_process_options()2251 if (tcpopt.tcp_opt_mss < tcp_mss_min) in tcp_process_options()2252 tcpopt.tcp_opt_mss = tcp_mss_min; in tcp_process_options()2253 else if (tcpopt.tcp_opt_mss > mss_max) in tcp_process_options()2254 tcpopt.tcp_opt_mss = mss_max; in tcp_process_options()2341 tcpopt.tcp_opt_mss -= tcp->tcp_hdr_len - in tcp_process_options()2355 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss)); in tcp_process_options()
309 uint32_t tcp_opt_mss; member