Searched refs:user_mss (Results 1 – 4 of 4) sorted by relevance
4240 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss) in tcp_parse_mss_option() argument4268 if (user_mss && user_mss < in_mss) in tcp_parse_mss_option()4269 in_mss = user_mss; in tcp_parse_mss_option()4321 if (opt_rx->user_mss && in tcp_parse_options()4322 opt_rx->user_mss < in_mss) in tcp_parse_options()4323 in_mss = opt_rx->user_mss; in tcp_parse_options()6558 if (mss == READ_ONCE(tp->rx_opt.user_mss)) { in tcp_rcv_fastopen_synack()6563 opt.user_mss = opt.mss_clamp = 0; in tcp_rcv_fastopen_synack()7398 mss = tcp_parse_mss_option(th, READ_ONCE(tp->rx_opt.user_mss)); in tcp_get_syncookie_mss()7463 tmp_opt.user_mss = READ_ONCE(tp->rx_opt.user_mss); in tcp_conn_request()
3815 WRITE_ONCE(tcp_sk(sk)->rx_opt.user_mss, val); in tcp_sock_set_maxseg()4454 int user_mss; in do_tcp_getsockopt() local4468 user_mss = READ_ONCE(tp->rx_opt.user_mss); in do_tcp_getsockopt()4469 if (user_mss && in do_tcp_getsockopt()4471 val = user_mss; in do_tcp_getsockopt()
4070 u16 user_mss; in tcp_connect_init() local4083 user_mss = READ_ONCE(tp->rx_opt.user_mss); in tcp_connect_init()4084 if (user_mss) in tcp_connect_init()4085 tp->rx_opt.mss_clamp = user_mss; in tcp_connect_init()
515 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss);