Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/ !
Dtcp.c4567 struct tcp_md5sig_key *hash_expected; in tcp_inbound_md5_hash() local
4578 hash_expected = tcp_md5_do_lookup(sk, l3index, saddr, family); in tcp_inbound_md5_hash()
4582 if (!hash_expected && !hash_location) in tcp_inbound_md5_hash()
4585 if (hash_expected && !hash_location) { in tcp_inbound_md5_hash()
4590 if (!hash_expected && hash_location) { in tcp_inbound_md5_hash()
4601 hash_expected, in tcp_inbound_md5_hash()
4605 hash_expected, in tcp_inbound_md5_hash()