freebsd-dev/sys/netatm
Seigo Tanimura 243917fe3b Lock down a socket, milestone 1.
o Add a mutex (sb_mtx) to struct sockbuf. This protects the data in a
  socket buffer. The mutex in the receive buffer also protects the data
  in struct socket.

o Determine the lock strategy for each members in struct socket.

o Lock down the following members:

  - so_count
  - so_options
  - so_linger
  - so_state

o Remove *_locked() socket APIs.  Make the following socket APIs
  touching the members above now require a locked socket:

 - sodisconnect()
 - soisconnected()
 - soisconnecting()
 - soisdisconnected()
 - soisdisconnecting()
 - sofree()
 - soref()
 - sorele()
 - sorwakeup()
 - sotryfree()
 - sowakeup()
 - sowwakeup()

Reviewed by:	alfred
2002-05-20 05:41:09 +00:00
..
ipatm
sigpvc
spans
uni
atm_aal5.c Lock down a socket, milestone 1. 2002-05-20 05:41:09 +00:00
atm_cm.c - Change the atm_cm_init function to take no argument. 2002-05-07 20:12:29 +00:00
atm_cm.h - Change the atm_cm_init function to take no argument. 2002-05-07 20:12:29 +00:00
atm_device.c
atm_if.c
atm_if.h
atm_ioctl.h
atm_pcb.h
atm_proto.c
atm_sap.h
atm_sigmgr.h
atm_signal.c
atm_socket.c Lock down a socket, milestone 1. 2002-05-20 05:41:09 +00:00
atm_stack.h
atm_subr.c - Remove the init routine for loop -- it broke something and I don't have 2002-05-07 20:50:10 +00:00
atm_sys.h
atm_usrreq.c
atm_var.h - Add atm_init_fn 2002-05-07 20:36:35 +00:00
atm_vc.h
atm.h
port.h
queue.h