Searched refs:peerid (Results 1 – 8 of 8) sorted by relevance
| /linux/include/net/ |
| H A D | handshake.h | 21 key_serial_t peerid);
|
| /linux/drivers/nvme/target/ |
| H A D | tcp.c | 1762 key_serial_t peerid) in nvmet_tcp_tls_key_lookup() argument 1764 struct key *tls_key = nvme_tls_key_lookup(peerid); in nvmet_tcp_tls_key_lookup() 1769 __func__, queue->idx, peerid); in nvmet_tcp_tls_key_lookup() 1776 __func__, queue->idx, peerid); in nvmet_tcp_tls_key_lookup() 1783 key_serial_t peerid) in nvmet_tcp_tls_handshake_done() argument 1788 queue->idx, peerid, status); in nvmet_tcp_tls_handshake_done() 1795 queue->tls_pskid = peerid; in nvmet_tcp_tls_handshake_done() 1804 status = nvmet_tcp_tls_key_lookup(queue, peerid); in nvmet_tcp_tls_handshake_done()
|
| /linux/Documentation/networking/ |
| H A D | tls-handshake.rst | 172 key_serial_t peerid); 199 The @peerid parameter contains the serial number of a key containing the
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt.h | 194 __le32 peerid; member 196 __le16 peerid; member 210 __le32 peerid; member 212 __le16 peerid; member
|
| H A D | htt_tx.c | 1377 tx_desc->peerid = __cpu_to_le32(HTT_INVALID_PEERID); in ath10k_htt_tx_hl() 1538 txbuf->cmd_tx.offchan_tx.peerid = in ath10k_htt_tx_32() 1543 txbuf->cmd_tx.peerid = in ath10k_htt_tx_32() 1750 txbuf->cmd_tx.offchan_tx.peerid = in ath10k_htt_tx_64() 1755 txbuf->cmd_tx.peerid = in ath10k_htt_tx_64()
|
| /linux/net/handshake/ |
| H A D | tlshd.c | 29 key_serial_t peerid);
|
| /linux/net/sunrpc/ |
| H A D | svcsock.c | 464 static void svc_tcp_handshake_done(void *data, int status, key_serial_t peerid) in svc_tcp_handshake_done() argument 470 if (peerid != TLS_NO_PEERID) in svc_tcp_handshake_done()
|
| H A D | xprtsock.c | 2592 * @peerid: serial number of key containing the remote's identity 2595 static void xs_tls_handshake_done(void *data, int status, key_serial_t peerid) in xs_tls_handshake_done() 2594 xs_tls_handshake_done(void * data,int status,key_serial_t peerid) xs_tls_handshake_done() argument
|