Searched refs:hash_expected (Results 1 – 2 of 2) sorted by relevance
693 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() local699 hash_expected = tcp_v6_md5_do_lookup(sk, &ip6h->saddr); in tcp_v6_inbound_md5_hash()703 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash()706 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash()711 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash()718 hash_expected, in tcp_v6_inbound_md5_hash()
1288 struct tcp_md5sig_key *hash_expected; in tcp_v4_inbound_md5_hash() local1294 hash_expected = tcp_md5_do_lookup(sk, (union tcp_md5_addr *)&iph->saddr, in tcp_v4_inbound_md5_hash()1299 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash()1302 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash()1307 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash()1316 hash_expected, in tcp_v4_inbound_md5_hash()