Searched refs:hash_expected (Results 1 – 2 of 2) sorted by relevance
723 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() local729 hash_expected = tcp_v6_md5_do_lookup(sk, &ip6h->saddr); in tcp_v6_inbound_md5_hash()733 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash()736 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash()741 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash()748 hash_expected, in tcp_v6_inbound_md5_hash()
1314 struct tcp_md5sig_key *hash_expected; in tcp_v4_inbound_md5_hash() local1320 hash_expected = tcp_md5_do_lookup(sk, (union tcp_md5_addr *)&iph->saddr, in tcp_v4_inbound_md5_hash()1325 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash()1328 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash()1333 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash()1342 hash_expected, in tcp_v4_inbound_md5_hash()