handshake_req_hash_lookup
result = handshake_req_hash_lookup(sock->sk);
struct handshake_req *handshake_req_hash_lookup(struct sock *sk);
req = handshake_req_hash_lookup(sock->sk);
req = handshake_req_hash_lookup(sk);
EXPORT_SYMBOL_IF_KUNIT(handshake_req_hash_lookup);
req = handshake_req_hash_lookup(sk);
req = handshake_req_hash_lookup(sock->sk);