Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c777 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() local
788 hash_expected = tcp_v6_md5_do_lookup(sk, &ip6h->saddr, l3index); in tcp_v6_inbound_md5_hash()
792 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash()
795 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash()
800 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash()
807 hash_expected, in tcp_v6_inbound_md5_hash()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c1399 struct tcp_md5sig_key *hash_expected; in tcp_v4_inbound_md5_hash() local
1412 hash_expected = tcp_md5_do_lookup(sk, l3index, addr, AF_INET); in tcp_v4_inbound_md5_hash()
1416 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash()
1419 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash()
1424 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash()
1433 hash_expected, in tcp_v4_inbound_md5_hash()