Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmbdirect.h26 extern int smbd_max_send_size;
H A Dcifs_debug.c887 PROC_FILE_DEFINE(smbd_max_send_size);
943 proc_create("smbd_max_send_size", 0644, proc_fs_cifs, in cifs_proc_init()
978 remove_proc_entry("smbd_max_send_size", proc_fs_cifs); in cifs_proc_clean()
H A Dsmbdirect.c87 int smbd_max_send_size = 1364; variable
1566 sp->max_send_size = smbd_max_send_size; in _smbd_get_connection()