In article <[EMAIL PROTECTED]>,
Robert Watson <[EMAIL PROTECTED]> wrote:
> On Wed, 2 Oct 2002, Garrett Wollman wrote:
>
> > <
>said:
> >
> > > protocols have the option of implementing pru_sosend() using the central
> > > sosend(), or providing their own optimized implementation. However, the
On Wed, 2 Oct 2002, Robert Watson wrote:
> While I was reviewing the rest of the kernel tree, I also found...
>
> /cboss/p4/rwatson/trustedbsd/mac/sys/fs/fifofs/fifo_vnops.c:
>
> error = sosend(wso, (struct sockaddr *)0, ap->a_uio, 0,
>
> /cboss/p4/rwatson/trustedbsd/mac/sys/fs/portalfs/por
On Wed, 2 Oct 2002, Garrett Wollman wrote:
> < said:
>
> > protocols have the option of implementing pru_sosend() using the central
> > sosend(), or providing their own optimized implementation. However, the
> > exception to this appears to be in the nfsclient code, where sosend is
> > invoked
While I was reviewing the rest of the kernel tree, I also found...
/cboss/p4/rwatson/trustedbsd/mac/sys/fs/fifofs/fifo_vnops.c:
error = sosend(wso, (struct sockaddr *)0, ap->a_uio, 0,
/cboss/p4/rwatson/trustedbsd/mac/sys/fs/portalfs/portal_vnops.c:
error = sosend(so, (struct so