Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2ops.c201 conn->max_credits = SMB2_MAX_CREDITS; in init_smb2_1_server()
219 conn->max_credits = SMB2_MAX_CREDITS; in init_smb3_0_server()
244 conn->max_credits = SMB2_MAX_CREDITS; in init_smb3_02_server()
269 conn->max_credits = SMB2_MAX_CREDITS; in init_smb3_11_server()
Dsmb2pdu.h97 #define SMB2_MAX_CREDITS 8192 macro