Lines Matching full:mss
95 * MSS into the second hash value. in secure_tcp_syn_cookie()
132 * MSS Values are chosen based on the 2011 paper
137 * .. in the 1300-1349 range account for about 15 to 20% of observed mss values
140 * 1460 is the single most frequently announced mss value (30 to 46% depending
151 * Generate a syncookie. mssp points to the mss, which is returned
158 const __u16 mss = *mssp; in __cookie_v4_init_sequence() local
161 if (mss >= msstab[mssind]) in __cookie_v4_init_sequence()
181 * Return the decoded mss if it is, or 0 if not.
319 int mss, u32 tsoff) in cookie_tcp_reqsk_alloc() argument
341 req->mss = mss; in cookie_tcp_reqsk_alloc()
361 int mss; in cookie_tcp_check() local
366 mss = __cookie_v4_check(ip_hdr(skb), tcp_hdr(skb)); in cookie_tcp_check()
367 if (!mss) { in cookie_tcp_check()
389 &tcp_opt, mss, tsoff); in cookie_tcp_check()
473 tcp_select_initial_window(sk, full_space, req->mss, in cookie_v4_check()