NetBSD/sys/netnatm
rtr 822872eada split PRU_RCVD function out of pr_generic() usrreq switches and put into
separate functions

  - always KASSERT(solocked(so)) even if not implemented

  - replace calls to pr_generic() with req = PRU_RCVD with calls to
    pr_rcvd()
2014-08-08 03:05:44 +00:00
..
Makefile
files.netnatm
natm.c split PRU_RCVD function out of pr_generic() usrreq switches and put into 2014-08-08 03:05:44 +00:00
natm.h * #include <sys/kmem.h> for kmem_intr_xxx() 2014-07-06 15:44:25 +00:00
natm_pcb.c * #include <sys/kmem.h> for kmem_intr_xxx() 2014-07-06 15:44:25 +00:00
natm_proto.c Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00