Lines Matching full:mss
104 * MSS into the second hash value. in secure_tcp_syn_cookie()
141 * MSS Values are chosen based on the 2011 paper
146 * .. in the 1300-1349 range account for about 15 to 20% of observed mss values
149 * 1460 is the single most frequently announced mss value (30 to 46% depending
160 * Generate a syncookie. mssp points to the mss, which is returned
167 const __u16 mss = *mssp; in __cookie_v4_init_sequence() local
170 if (mss >= msstab[mssind]) in __cookie_v4_init_sequence()
190 * Return the decoded mss if it is, or 0 if not.
310 int mss, u32 tsoff) in cookie_tcp_reqsk_alloc() argument
332 req->mss = mss; in cookie_tcp_reqsk_alloc()
352 int mss; in cookie_tcp_check() local
357 mss = __cookie_v4_check(ip_hdr(skb), tcp_hdr(skb)); in cookie_tcp_check()
358 if (!mss) { in cookie_tcp_check()
380 &tcp_opt, mss, tsoff); in cookie_tcp_check()
452 tcp_select_initial_window(sk, full_space, req->mss, in cookie_v4_check()