NetBSD/sys/netnatm
rtr ad6ae402db split PRU_CONNECT function out of pr_generic() usrreq switches and put
into seaparate functions

  xxx_listen(struct socket *, struct mbuf *)

  - always KASSERT(solocked(so)) and KASSERT(nam != NULL)
  - replace calls to pr_generic() with req = PRU_CONNECT with
    pr_connect()
  - rename existin {l2cap,sco,rfcomm}_connect() to
    {l2cap,sco,rfcomm}_connect_pcb() respectively to permit
    naming consistency with other protocols functions.
  - drop struct lwp * parameter from unp_connect() and at_pcbconnect()
    and use curlwp instead where appropriate.

patch reviewed by rmind
2014-07-30 10:04:25 +00:00
..
files.netnatm
Makefile
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
natm.c split PRU_CONNECT function out of pr_generic() usrreq switches and put 2014-07-30 10:04:25 +00:00
natm.h * #include <sys/kmem.h> for kmem_intr_xxx() 2014-07-06 15:44:25 +00:00