Home
last modified time | relevance | path

Searched refs:MAX_STREAM_PROT_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/smb/server/
Dsmb2misc.c194 } else if ((u64)*off + *len > MAX_STREAM_PROT_LEN) { in smb2_get_data_area_len()
196 MAX_STREAM_PROT_LEN, (u64)*off + *len); in smb2_get_data_area_len()
Dsmb_common.h41 #define MAX_STREAM_PROT_LEN 0x00FFFFFF macro
Dconnection.c353 if (pdu_size > MAX_STREAM_PROT_LEN) in ksmbd_conn_handler_loop()