Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dsmbdirect.c67 #define SMBD_MIN_RECEIVE_SIZE 128 macro
357 if (le32_to_cpu(packet->max_receive_size) < SMBD_MIN_RECEIVE_SIZE) { in process_negotiation_response()