Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c705 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() local
711 hash_expected = tcp_v6_md5_do_lookup(sk, &ip6h->saddr); in tcp_v6_inbound_md5_hash()
715 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash()
718 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash()
723 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash()
730 hash_expected, in tcp_v6_inbound_md5_hash()
/Linux-v5.4/net/ipv4/
Dtcp_ipv4.c1303 struct tcp_md5sig_key *hash_expected; in tcp_v4_inbound_md5_hash() local
1309 hash_expected = tcp_md5_do_lookup(sk, (union tcp_md5_addr *)&iph->saddr, in tcp_v4_inbound_md5_hash()
1314 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash()
1317 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash()
1322 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash()
1331 hash_expected, in tcp_v4_inbound_md5_hash()