Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c4487 struct tcp_md5sig_key *hash_expected; in tcp_inbound_md5_hash() local
4498 hash_expected = tcp_md5_do_lookup(sk, l3index, saddr, family); in tcp_inbound_md5_hash()
4502 if (!hash_expected && !hash_location) in tcp_inbound_md5_hash()
4505 if (hash_expected && !hash_location) { in tcp_inbound_md5_hash()
4510 if (!hash_expected && hash_location) { in tcp_inbound_md5_hash()
4521 hash_expected, in tcp_inbound_md5_hash()
4525 hash_expected, in tcp_inbound_md5_hash()