Home
last modified time | relevance | path

Searched refs:handshake_req_hash_lookup (Results 1 – 5 of 5) sorted by relevance

/linux/net/handshake/
H A Drequest.c59 struct handshake_req *handshake_req_hash_lookup(struct sock *sk) in handshake_req_hash_lookup() function
64 EXPORT_SYMBOL_IF_KUNIT(handshake_req_hash_lookup);
90 req = handshake_req_hash_lookup(sk); in handshake_sk_destruct()
321 req = handshake_req_hash_lookup(sk); in handshake_req_cancel()
H A Dhandshake.h85 struct handshake_req *handshake_req_hash_lookup(struct sock *sk);
H A Dnetlink.c151 req = handshake_req_hash_lookup(sock->sk); in handshake_nl_done_doit()
H A Dtlshd.c447 req = handshake_req_hash_lookup(sock->sk); in tls_handshake_close()
H A Dhandshake-test.c231 result = handshake_req_hash_lookup(sock->sk); in handshake_req_submit_test4()