Searched refs:tmp_opt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_minisocks.c93 struct tcp_options_received tmp_opt; local
98 tmp_opt.saw_tstamp = 0;
100 tcp_parse_options(skb, &tmp_opt, &hash_location, 0);
102 if (tmp_opt.saw_tstamp) {
103 tmp_opt.ts_recent = tcptw->tw_ts_recent;
104 tmp_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp;
105 paws_reject = tcp_paws_reject(&tmp_opt, th->rst);
147 if (tmp_opt.saw_tstamp) {
149 tcptw->tw_ts_recent = tmp_opt.rcv_tsval;
205 if (tmp_opt
523 struct tcp_options_received tmp_opt; local
[all...]
H A Dtcp_ipv4.c1226 struct tcp_options_received tmp_opt; local
1276 tcp_clear_options(&tmp_opt);
1277 tmp_opt.mss_clamp = TCP_MSS_DEFAULT;
1278 tmp_opt.user_mss = tp->rx_opt.user_mss;
1279 tcp_parse_options(skb, &tmp_opt, &hash_location, 0);
1281 if (tmp_opt.cookie_plus > 0 &&
1282 tmp_opt.saw_tstamp &&
1289 int l = tmp_opt.cookie_plus - TCPOLEN_COOKIE_BASE;
1307 tmp_ext.cookie_plus = tmp_opt.cookie_plus;
1317 if (want_cookie && !tmp_opt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dtcp_ipv6.c1169 struct tcp_options_received tmp_opt; local
1210 tcp_clear_options(&tmp_opt);
1211 tmp_opt.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - sizeof(struct ipv6hdr);
1212 tmp_opt.user_mss = tp->rx_opt.user_mss;
1213 tcp_parse_options(skb, &tmp_opt, &hash_location, 0);
1215 if (tmp_opt.cookie_plus > 0 &&
1216 tmp_opt.saw_tstamp &&
1224 int l = tmp_opt.cookie_plus - TCPOLEN_COOKIE_BASE;
1250 tmp_ext.cookie_plus = tmp_opt.cookie_plus;
1260 if (want_cookie && !tmp_opt
[all...]

Completed in 54 milliseconds