Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c59 uint16_t pipe_max_msgsize = SMB_PIPE_MAX_MSGSIZE; variable
107 np->np_max_xmit_frag = pipe_max_msgsize; in np_new()
108 np->np_max_recv_frag = pipe_max_msgsize; in np_new()