Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb2misc.c193 } else if ((u64)*off + *len > MAX_STREAM_PROT_LEN) { in smb2_get_data_area_len()
195 MAX_STREAM_PROT_LEN, (u64)*off + *len); in smb2_get_data_area_len()
H A Dsmb_common.h33 #define MAX_STREAM_PROT_LEN 0x00FFFFFF macro
H A Dconnection.c421 if (pdu_size > MAX_STREAM_PROT_LEN) in ksmbd_conn_handler_loop()