Lines Matching full:mss
94 * MSS into the second hash value. in secure_tcp_syn_cookie()
131 * MSS Values are chosen based on the 2011 paper
136 * .. in the 1300-1349 range account for about 15 to 20% of observed mss values
139 * 1460 is the single most frequently announced mss value (30 to 46% depending
150 * Generate a syncookie. mssp points to the mss, which is returned
157 const __u16 mss = *mssp; in __cookie_v4_init_sequence() local
160 if (mss >= msstab[mssind]) in __cookie_v4_init_sequence()
180 * Return the decoded mss if it is, or 0 if not.
330 int full_space, mss; in cookie_v4_check() local
343 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
344 if (mss == 0) { in cookie_v4_check()
377 req->mss = mss; in cookie_v4_check()
435 tcp_select_initial_window(sk, full_space, req->mss, in cookie_v4_check()