Home
last modified time | relevance | path

Searched refs:user_mss (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.c4106 u16 user_mss; in tcp_connect_init() local
4119 user_mss = READ_ONCE(tp->rx_opt.user_mss); in tcp_connect_init()
4120 if (user_mss) in tcp_connect_init()
4121 tp->rx_opt.mss_clamp = user_mss; in tcp_connect_init()