Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp.c4441 struct tcp_md5sig_key *hash_expected; in tcp_inbound_md5_hash() local
4452 hash_expected = tcp_md5_do_lookup(sk, l3index, saddr, family); in tcp_inbound_md5_hash()
4456 if (!hash_expected && !hash_location) in tcp_inbound_md5_hash()
4459 if (hash_expected && !hash_location) { in tcp_inbound_md5_hash()
4464 if (!hash_expected && hash_location) { in tcp_inbound_md5_hash()
4475 hash_expected, in tcp_inbound_md5_hash()
4479 hash_expected, in tcp_inbound_md5_hash()