Searched refs:hash_expected (Results 1 – 2 of 2) sorted by relevance
636 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() local642 hash_expected = tcp_v6_md5_do_lookup(sk, &ip6h->saddr); in tcp_v6_inbound_md5_hash()646 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash()649 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash()654 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash()661 hash_expected, in tcp_v6_inbound_md5_hash()
1137 struct tcp_md5sig_key *hash_expected; in tcp_v4_inbound_md5_hash() local1143 hash_expected = tcp_md5_do_lookup(sk, (union tcp_md5_addr *)&iph->saddr, in tcp_v4_inbound_md5_hash()1148 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash()1151 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash()1156 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash()1165 hash_expected, in tcp_v4_inbound_md5_hash()