Home
last modified time | relevance | path

Searched refs:CONNECT_MESG_HANDSHAKE_RESPONSE (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dconnection.c317 if ((ops != CONNECT_MESG_HANDSHAKE_RESPONSE) && in connection_handshake_init_tls()
363 if (((ops == CONNECT_MESG_HANDSHAKE_RESPONSE) || in do_send_handshake()
381 if (((ops == CONNECT_MESG_HANDSHAKE_RESPONSE) || in do_send_handshake()
649 CONNECT_MESG_HANDSHAKE_RESPONSE, in connection_handshake_recv_handler()
658 case CONNECT_MESG_HANDSHAKE_RESPONSE: in connection_handshake_recv_handler()
Dconnection.h27 CONNECT_MESG_HANDSHAKE_RESPONSE = 2, enumerator