Home
last modified time | relevance | path

Searched refs:peerid (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/net/
H A Dhandshake.h21 key_serial_t peerid);
/openbmc/linux/Documentation/networking/
H A Dtls-handshake.rst172 key_serial_t peerid);
199 The @peerid parameter contains the serial number of a key containing the
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt.h193 __le32 peerid; member
195 __le16 peerid; member
209 __le32 peerid; member
211 __le16 peerid; member
H A Dhtt_tx.c1379 tx_desc->peerid = __cpu_to_le32(HTT_INVALID_PEERID); in ath10k_htt_tx_hl()
1540 txbuf->cmd_tx.offchan_tx.peerid = in ath10k_htt_tx_32()
1545 txbuf->cmd_tx.peerid = in ath10k_htt_tx_32()
1752 txbuf->cmd_tx.offchan_tx.peerid = in ath10k_htt_tx_64()
1757 txbuf->cmd_tx.peerid = in ath10k_htt_tx_64()
/openbmc/linux/net/handshake/
H A Dtlshd.c29 key_serial_t peerid);
/openbmc/linux/net/sunrpc/
H A Dsvcsock.c426 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 Dxprtsock.c2549 static void xs_tls_handshake_done(void *data, int status, key_serial_t peerid) in xs_tls_handshake_done() argument