Randall Stewart
c0d1be08f6
When a tunneling protocol is being used with UDP we must release the
...
lock on the INP before calling the tunnel protocol, else a LOR
may occur (it does with SCTP for sure). Instead we must acquire a
ref count and release the lock, taking care to allow for the case
where the UDP socket has gone away and *not* unlocking since the
refcnt decrement on the inp will do the unlock in that case.
Reviewed by: tuexen
MFC after: 3 weeks
2015-07-21 09:54:31 +00:00
..
2013-10-26 17:58:36 +00:00
2015-02-16 05:58:32 +00:00
2015-07-03 09:53:56 +00:00
2014-10-02 10:32:24 +00:00
2015-05-15 12:19:45 +00:00
2015-05-02 20:31:27 +00:00
2015-04-10 19:09:51 +00:00
2015-03-06 05:50:39 +00:00
2014-09-10 13:17:35 +00:00
2015-01-18 18:06:40 +00:00
2014-11-09 21:33:01 +00:00
2015-05-22 17:05:21 +00:00
2015-01-18 18:06:40 +00:00
2015-01-18 18:06:40 +00:00
2014-11-10 10:59:08 +00:00
2015-03-24 16:45:50 +00:00
2015-07-20 06:54:50 +00:00
2015-04-17 11:57:06 +00:00
2015-04-27 00:55:56 +00:00
2014-12-25 21:32:37 +00:00
2013-10-26 18:18:50 +00:00
2015-03-04 11:20:01 +00:00
2015-05-07 12:15:45 +00:00
2014-12-11 18:35:34 +00:00
2015-04-06 22:12:18 +00:00
2015-04-06 22:12:18 +00:00
2015-07-03 19:01:38 +00:00
2015-04-01 12:15:01 +00:00
2014-08-08 01:57:15 +00:00
2015-02-19 22:37:01 +00:00
2015-02-19 22:37:01 +00:00
2015-05-12 03:31:57 +00:00
2015-04-07 20:20:09 +00:00
2015-07-20 06:58:32 +00:00
2015-05-12 03:31:57 +00:00
2014-02-25 18:44:33 +00:00
2014-12-11 19:20:13 +00:00
2013-07-09 09:54:54 +00:00
2013-10-26 17:58:36 +00:00
2014-11-10 16:12:51 +00:00
2014-11-10 16:12:51 +00:00
2015-06-17 15:20:14 +00:00
2013-12-17 10:53:17 +00:00
2015-07-21 09:54:31 +00:00
2014-04-07 01:53:03 +00:00