Lines Matching refs:hash_location
680 const __u8 *hash_location = NULL;
721 hash_location = tcp_parse_md5sig_option(th);
732 } else if (hash_location) {
764 if (genhash || memcmp(hash_location, newhash, 16) != 0)
1413 const __u8 *hash_location = NULL;
1428 hash_location = tcp_parse_md5sig_option(th);
1431 if (!hash_expected && !hash_location)
1434 if (hash_expected && !hash_location) {
1439 if (!hash_expected && hash_location) {
1444 /* Okay, so this is hash_expected and hash_location -
1451 if (genhash || memcmp(hash_location, newhash, 16) != 0) {