Searched refs:hash_expected (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 780 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() local 791 hash_expected = tcp_v6_md5_do_lookup(sk, &ip6h->saddr, l3index); in tcp_v6_inbound_md5_hash() 795 if (!hash_expected && !hash_location) in tcp_v6_inbound_md5_hash() 798 if (hash_expected && !hash_location) { in tcp_v6_inbound_md5_hash() 803 if (!hash_expected && hash_location) { in tcp_v6_inbound_md5_hash() 810 hash_expected, in tcp_v6_inbound_md5_hash()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 1414 struct tcp_md5sig_key *hash_expected; in tcp_v4_inbound_md5_hash() local 1427 hash_expected = tcp_md5_do_lookup(sk, l3index, addr, AF_INET); in tcp_v4_inbound_md5_hash() 1431 if (!hash_expected && !hash_location) in tcp_v4_inbound_md5_hash() 1434 if (hash_expected && !hash_location) { in tcp_v4_inbound_md5_hash() 1439 if (!hash_expected && hash_location) { in tcp_v4_inbound_md5_hash() 1444 /* Okay, so this is hash_expected and hash_location - in tcp_v4_inbound_md5_hash() 1448 hash_expected, in tcp_v4_inbound_md5_hash()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 4469 struct tcp_md5sig_key *hash_expected; in tcp_inbound_md5_hash() local 4480 hash_expected = tcp_md5_do_lookup(sk, l3index, saddr, family); in tcp_inbound_md5_hash() 4484 if (!hash_expected && !hash_location) in tcp_inbound_md5_hash() 4487 if (hash_expected && !hash_location) { in tcp_inbound_md5_hash() 4492 if (!hash_expected && hash_location) { in tcp_inbound_md5_hash() 4503 hash_expected, in tcp_inbound_md5_hash() 4507 hash_expected, in tcp_inbound_md5_hash()
|
Completed in 16 milliseconds