Home
last modified time | relevance | path

Searched refs:ta_num_peerids (Results 1 – 4 of 4) sorted by relevance

/linux/net/handshake/
H A Dtlshd.c340 if (!args->ta_num_peerids || in tls_client_hello_psk()
341 args->ta_num_peerids > ARRAY_SIZE(treq->th_peerid)) in tls_client_hello_psk()
350 treq->th_num_peerids = args->ta_num_peerids; in tls_client_hello_psk()
351 for (i = 0; i < args->ta_num_peerids; i++) in tls_client_hello_psk()
/linux/include/net/
H A Dhandshake.h32 unsigned int ta_num_peerids; member
/linux/Documentation/networking/
H A Dtls-handshake.rst61 unsigned int ta_num_peerids;
115 to offer, and the @ta_num_peerids field with the number of array
/linux/drivers/nvme/host/
H A Dtcp.c1741 args.ta_num_peerids = 1; in nvme_tcp_start_tls()