Searched refs:hash_location (Results 1 - 7 of 7) 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.c94 u8 *hash_location; local
100 tcp_parse_options(skb, &tmp_opt, &hash_location, 0);
524 u8 *hash_location; local
532 tcp_parse_options(skb, &tmp_opt, &hash_location, 0);
H A Dsyncookies.c268 u8 *hash_location; local
294 tcp_parse_options(skb, &tcp_opt, &hash_location, 0);
H A Dtcp_ipv4.c1155 __u8 *hash_location = NULL; local
1163 hash_location = tcp_parse_md5sig_option(th);
1166 if (!hash_expected && !hash_location)
1169 if (hash_expected && !hash_location) {
1174 if (!hash_expected && hash_location) {
1179 /* Okay, so this is hash_expected and hash_location -
1186 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
1227 u8 *hash_location; local
1279 tcp_parse_options(skb, &tmp_opt, &hash_location, 0);
1301 *c++ ^= *hash_location
[all...]
H A Dtcp_output.c387 u8 hash_size; /* bytes in hash_location */
390 __u8 *hash_location; /* temporary pointer, overloaded */ member in struct:tcp_out_options
463 opts->hash_location = (__u8 *)ptr;
497 __u8 *cookie_copy = opts->hash_location;
642 opts->hash_location = (__u8 *)&cvp->cookie_pair[0];
882 tp->af_specific->calc_md5_hash(opts.hash_location,
2506 opts.hash_location =
2523 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location,
H A Dtcp_input.c5145 u8 *hash_location; local
5149 if (tcp_fast_parse_options(skb, th, tp, &hash_location) &&
5439 u8 *hash_location; local
5445 tcp_parse_options(skb, &tp->rx_opt, &hash_location, 0);
5562 hash_location, cookie_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dsyncookies.c154 u8 *hash_location; local
182 tcp_parse_options(skb, &tcp_opt, &hash_location, 0);
H A Dtcp_ipv6.c850 __u8 *hash_location = NULL; local
858 hash_location = tcp_parse_md5sig_option(th);
861 if (!hash_expected && !hash_location)
864 if (hash_expected && !hash_location) {
869 if (!hash_expected && hash_location) {
879 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
1170 u8 *hash_location; local
1213 tcp_parse_options(skb, &tmp_opt, &hash_location, 0);
1244 *c++ ^= *hash_location++;

Completed in 132 milliseconds