Home
last modified time | relevance | path

Searched refs:hash_expected (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/net/ipv4/
Dtcp.c4565 struct tcp_md5sig_key *hash_expected; in tcp_inbound_md5_hash() local
4576 hash_expected = tcp_md5_do_lookup(sk, l3index, saddr, family); in tcp_inbound_md5_hash()
4580 if (!hash_expected && !hash_location) in tcp_inbound_md5_hash()
4583 if (hash_expected && !hash_location) { in tcp_inbound_md5_hash()
4588 if (!hash_expected && hash_location) { in tcp_inbound_md5_hash()
4599 hash_expected, in tcp_inbound_md5_hash()
4603 hash_expected, in tcp_inbound_md5_hash()