Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c760 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() local
771 hash_expected = tcp_v6_md5_do_lookup(sk, &ip6h->saddr, l3index); in tcp_v6_inbound_md5_hash()
775 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash()
778 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash()
783 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash()
790 hash_expected, in tcp_v6_inbound_md5_hash()
/Linux-v5.10/net/ipv4/
Dtcp_ipv4.c1384 struct tcp_md5sig_key *hash_expected; in tcp_v4_inbound_md5_hash() local
1397 hash_expected = tcp_md5_do_lookup(sk, l3index, addr, AF_INET); in tcp_v4_inbound_md5_hash()
1401 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash()
1404 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash()
1409 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash()
1418 hash_expected, in tcp_v4_inbound_md5_hash()