Clean up the so_pru_soreceive() API a bit to make it easier to read
commit29efbf0d8f0bf1bc26410b1f902ca27b6250c487
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 20 Apr 2007 05:42:25 +0000 (20 05:42 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 20 Apr 2007 05:42:25 +0000 (20 05:42 +0000)
tree00faccf168a206df4365c202aa14bd870346ed4e
parent301ae021bebf83fadba8f1422cb78842bbb54590
Clean up the so_pru_soreceive() API a bit to make it easier to read
mbuf chains without having to use a fake UIO.
14 files changed:
sys/kern/uipc_socket.c
sys/net/netmsg.h
sys/netgraph/ksocket/ng_ksocket.c
sys/netproto/ncp/ncp_ncp.c
sys/netproto/ncp/ncp_sock.c
sys/netproto/ncp/ncp_sock.h
sys/netproto/smb/smb_trantcp.c
sys/sys/protosw.h
sys/sys/socketops.h
sys/sys/socketvar.h
sys/vfs/fifofs/fifo_vnops.c
sys/vfs/nfs/krpc_subr.c
sys/vfs/nfs/nfs_socket.c
sys/vfs/portal/portal_vnops.c