rwatson
a7c2bca553
Update in_pcb-derived basic socket types following changes to
...
pru_abort(), pru_detach(), and in_pcbdetach():
- Universally support and enforce the invariant that so_pcb is
never NULL, converting dozens of unnecessary NULL checks into
assertions, and eliminating dozens of unnecessary error handling
cases in protocol code.
- In some cases, eliminate unnecessary pcbinfo locking, as it is no
longer required to ensure so_pcb != NULL. For example, in protocol
shutdown methods, and in raw IP send.
- Abort and detach protocol switch methods no longer return failures,
nor attempt to free sockets, as the socket layer does this.
- Invoke in_pcbfree() after in_pcbdetach() in order to free the
detached in_pcb structure for a socket.
MFC after: 3 months
2006-04-01 16:20:54 +00:00
..
2005-11-24 14:17:35 +00:00
2004-05-30 20:27:19 +00:00
2005-01-07 01:45:51 +00:00
2005-10-21 16:23:01 +00:00
2005-01-07 01:45:51 +00:00
2005-08-26 15:27:18 +00:00
2005-01-07 01:45:51 +00:00
2006-03-07 21:40:44 +00:00
2005-02-22 13:04:05 +00:00
2005-01-07 01:45:51 +00:00
2005-11-18 20:12:40 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2006-01-30 08:39:09 +00:00
2005-01-07 01:45:51 +00:00
2006-04-01 16:04:42 +00:00
2006-04-01 16:04:42 +00:00
2005-12-21 21:29:45 +00:00
2005-09-19 22:54:55 +00:00
2005-01-07 01:45:51 +00:00
2006-01-18 14:24:39 +00:00
2006-01-24 16:19:31 +00:00
2005-12-20 09:38:03 +00:00
2005-07-20 10:30:52 +00:00
2006-03-21 14:29:48 +00:00
2006-03-21 14:29:48 +00:00
2006-04-01 16:20:54 +00:00
2004-10-19 21:14:57 +00:00
2006-02-20 12:30:32 +00:00
2006-02-14 06:36:39 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-10-31 15:41:29 +00:00
2005-01-07 01:45:51 +00:00
2006-02-02 03:13:16 +00:00
2006-03-03 12:10:59 +00:00
2005-11-29 17:56:11 +00:00
2006-02-14 06:36:39 +00:00
2006-01-22 01:08:30 +00:00
2006-01-21 10:44:34 +00:00
2006-03-20 21:44:12 +00:00
2005-05-04 13:09:19 +00:00
2005-01-07 01:45:51 +00:00
2006-02-07 11:48:10 +00:00
2006-02-01 13:55:03 +00:00
2006-02-01 13:55:03 +00:00
2006-01-24 17:09:12 +00:00
2006-02-01 06:15:37 +00:00
2005-11-19 17:04:52 +00:00
2005-11-19 14:01:32 +00:00
2006-02-02 03:13:16 +00:00
2005-11-19 14:01:32 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-08-10 07:10:02 +00:00
2005-01-07 01:45:51 +00:00
2006-04-01 16:20:54 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2006-03-26 01:33:41 +00:00
2006-02-23 21:14:34 +00:00
2006-03-26 01:33:41 +00:00
2006-02-18 17:05:00 +00:00
2005-04-10 05:24:59 +00:00
2006-02-16 19:38:07 +00:00
2006-03-16 07:03:14 +00:00
2006-03-26 01:33:41 +00:00
2006-02-16 19:38:07 +00:00
2006-02-16 19:38:07 +00:00
2006-04-01 15:42:02 +00:00
2006-02-28 23:05:59 +00:00
2006-02-18 16:50:08 +00:00
2005-01-07 01:45:51 +00:00
2006-04-01 16:20:54 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00