Searched refs:peerid (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | handshake.h | 21 key_serial_t peerid);
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | tcp.c | 1802 key_serial_t peerid) in nvmet_tcp_tls_key_lookup() argument 1804 struct key *tls_key = nvme_tls_key_lookup(peerid); in nvmet_tcp_tls_key_lookup() 1809 __func__, queue->idx, peerid); in nvmet_tcp_tls_key_lookup() 1816 __func__, queue->idx, peerid); in nvmet_tcp_tls_key_lookup() 1823 key_serial_t peerid) in nvmet_tcp_tls_handshake_done() argument 1828 queue->idx, peerid, status); in nvmet_tcp_tls_handshake_done() 1835 queue->tls_pskid = peerid; in nvmet_tcp_tls_handshake_done() 1844 status = nvmet_tcp_tls_key_lookup(queue, peerid); in nvmet_tcp_tls_handshake_done()
|
| /linux-6.15/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-6.15/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 | 1375 tx_desc->peerid = __cpu_to_le32(HTT_INVALID_PEERID); in ath10k_htt_tx_hl() 1536 txbuf->cmd_tx.offchan_tx.peerid = in ath10k_htt_tx_32() 1541 txbuf->cmd_tx.peerid = in ath10k_htt_tx_32() 1748 txbuf->cmd_tx.offchan_tx.peerid = in ath10k_htt_tx_64() 1753 txbuf->cmd_tx.peerid = in ath10k_htt_tx_64()
|
| /linux-6.15/net/handshake/ |
| H A D | tlshd.c | 29 key_serial_t peerid);
|
| /linux-6.15/net/sunrpc/ |
| H A D | svcsock.c | 426 static void svc_tcp_handshake_done(void *data, int status, key_serial_t peerid) in svc_tcp_handshake_done() argument 432 if (peerid != TLS_NO_PEERID) in svc_tcp_handshake_done()
|
| H A D | xprtsock.c | 2574 static void xs_tls_handshake_done(void *data, int status, key_serial_t peerid) in xs_tls_handshake_done() argument
|