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.c4506 struct tcp_md5sig_key *hash_expected; in tcp_inbound_md5_hash() local
4517 hash_expected = tcp_md5_do_lookup(sk, l3index, saddr, family); in tcp_inbound_md5_hash()
4521 if (!hash_expected && !hash_location) in tcp_inbound_md5_hash()
4524 if (hash_expected && !hash_location) { in tcp_inbound_md5_hash()
4529 if (!hash_expected && hash_location) { in tcp_inbound_md5_hash()
4540 hash_expected, in tcp_inbound_md5_hash()
4544 hash_expected, in tcp_inbound_md5_hash()