Searched refs:is_binding (Results 1 – 1 of 1) sorted by relevance
1469 bool is_binding = false; in SMB2_sess_alloc_buffer() local1478 is_binding = (ses->ses_status == SES_GOOD); in SMB2_sess_alloc_buffer()1481 if (is_binding) { in SMB2_sess_alloc_buffer()1626 bool is_binding = false; in SMB2_auth_kerberos() local1654 is_binding = (ses->ses_status == SES_GOOD); in SMB2_auth_kerberos()1658 if (!is_binding) { in SMB2_auth_kerberos()1680 if (!is_binding) { in SMB2_auth_kerberos()1722 bool is_binding = false; in SMB2_sess_auth_rawntlmssp_negotiate() local1780 is_binding = (ses->ses_status == SES_GOOD); in SMB2_sess_auth_rawntlmssp_negotiate()1784 if (!is_binding) { in SMB2_sess_auth_rawntlmssp_negotiate()[all …]