Searched refs:hash_location (Results 1 – 4 of 4) sorted by relevance
986 const __u8 *hash_location = NULL; in tcp_v6_send_reset() local1009 hash_location = tcp_parse_md5sig_option(th); in tcp_v6_send_reset()1018 } else if (hash_location) { in tcp_v6_send_reset()1047 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v6_send_reset()
4566 const __u8 *hash_location = NULL; in tcp_inbound_md5_hash() local4579 hash_location = tcp_parse_md5sig_option(th); in tcp_inbound_md5_hash()4582 if (!hash_expected && !hash_location) in tcp_inbound_md5_hash()4585 if (hash_expected && !hash_location) { in tcp_inbound_md5_hash()4590 if (!hash_expected && hash_location) { in tcp_inbound_md5_hash()4608 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
687 const __u8 *hash_location = NULL; in tcp_v4_send_reset() local728 hash_location = tcp_parse_md5sig_option(th); in tcp_v4_send_reset()739 } else if (hash_location) { in tcp_v4_send_reset()771 if (genhash || memcmp(hash_location, newhash, 16) != 0) in tcp_v4_send_reset()
439 __u8 *hash_location; /* temporary pointer, overloaded */ member617 opts->hash_location = (__u8 *)ptr; in tcp_options_write()1363 tp->af_specific->calc_md5_hash(opts.hash_location, in __tcp_transmit_skb()3616 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack()