Searched defs:hash_location (Results 1 - 3 of 3) sorted by relevance

/net/ipv6/
H A Dtcp_ipv6.c665 const __u8 *hash_location = NULL; local
673 hash_location = tcp_parse_md5sig_option(th);
676 if (!hash_expected && !hash_location)
679 if (hash_expected && !hash_location) {
684 if (!hash_expected && hash_location) {
694 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
823 const __u8 *hash_location = NULL; local
837 hash_location = tcp_parse_md5sig_option(th);
838 if (!sk && hash_location) {
859 if (genhash || memcmp(hash_location, newhas
[all...]
/net/ipv4/
H A Dtcp_ipv4.c616 const __u8 *hash_location = NULL; local
650 hash_location = tcp_parse_md5sig_option(th);
651 if (!sk && hash_location) {
673 if (genhash || memcmp(hash_location, newhash, 16) != 0)
1226 const __u8 *hash_location = NULL; local
1235 hash_location = tcp_parse_md5sig_option(th);
1238 if (!hash_expected && !hash_location)
1241 if (hash_expected && !hash_location) {
1246 if (!hash_expected && hash_location) {
1251 /* Okay, so this is hash_expected and hash_location
[all...]
H A Dtcp_output.c389 u8 hash_size; /* bytes in hash_location */
390 __u8 *hash_location; /* temporary pointer, overloaded */ member in struct:tcp_out_options
417 opts->hash_location = (__u8 *)ptr;
932 tp->af_specific->calc_md5_hash(opts.hash_location,
2741 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location,

Completed in 79 milliseconds