Searched refs:ta_sock (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/handshake/ |
H A D | tlshd.c | 292 return handshake_req_submit(args->ta_sock, req, flags); in tls_client_hello_anon() 320 return handshake_req_submit(args->ta_sock, req, flags); in tls_client_hello_x509() 355 return handshake_req_submit(args->ta_sock, req, flags); in tls_client_hello_psk() 383 return handshake_req_submit(args->ta_sock, req, flags); in tls_server_hello_x509() 411 return handshake_req_submit(args->ta_sock, req, flags); in tls_server_hello_psk()
|
/openbmc/linux/include/net/ |
H A D | handshake.h | 24 struct socket *ta_sock; member
|
/openbmc/linux/Documentation/networking/ |
H A D | tls-handshake.rst | 53 struct socket *ta_sock; 65 The @ta_sock field references an open and connected socket. The consumer
|
/openbmc/linux/net/sunrpc/ |
H A D | svcsock.c | 450 .ta_sock = svsk->sk_sock, in svc_tcp_handshake()
|
H A D | xprtsock.c | 2582 .ta_sock = lower_transport->sock, in xs_tls_handshake_sync()
|