Clean up the so_pru_soreceive() API a bit to make it easier to read
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 20 Apr 2007 05:42:25 +0000 (05:42 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 20 Apr 2007 05:42:25 +0000 (05:42 +0000)
commitd8a9a23b27911319cbcf534e572936c0902b2e5a
treef201ac7b3f6300d36729da23d56f4ab527d4cb72
parent49220e5a0b4f72714b39977684aad280974777b7
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