Searched refs:ta_sock (Results 1 – 5 of 5) sorted by relevance
/linux/net/handshake/ |
H A D | tlshd.c | 297 return handshake_req_submit(args->ta_sock, req, flags); in tls_client_hello_anon() 325 return handshake_req_submit(args->ta_sock, req, flags); in tls_client_hello_x509() 360 return handshake_req_submit(args->ta_sock, req, flags); in tls_client_hello_psk() 388 return handshake_req_submit(args->ta_sock, req, flags); in tls_server_hello_x509() 416 return handshake_req_submit(args->ta_sock, req, flags); in tls_server_hello_psk()
|
/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
|
/linux/net/sunrpc/ |
H A D | svcsock.c | 477 .ta_sock = svsk->sk_sock, in svc_tcp_handshake()
|
H A D | xprtsock.c | 2618 .ta_sock = lower_transport->sock, in xs_tls_handshake_sync()
|
/linux/drivers/nvme/host/ |
H A D | tcp.c | 1721 args.ta_sock = queue->sock; in nvme_tcp_start_tls()
|