Andre Oppermann
45024be06f
In tcp_hc_insert() we may have the case where we have hit the global
...
cache size limit but this bucket row is empty. Normally we want to
recycle the oldest entry in the bucket row. If there isn't any the
TAILQ_REMOVE leads to a panic by trying to remove a non-existing
element. Fix this by just returning NULL and failing the insert.
This is not a problem as the TCP hostache is only advisory.
Submitted by: jhb
2007-06-07 21:41:50 +00:00
..
2007-05-17 21:20:24 +00:00
2007-05-10 15:58:48 +00:00
2007-05-10 15:58:48 +00:00
2007-05-10 15:58:48 +00:00
2007-05-11 10:20:51 +00:00
2007-05-11 10:20:51 +00:00
2007-05-10 15:58:48 +00:00
2007-05-10 15:58:48 +00:00
2007-06-06 14:21:49 +00:00
2007-05-11 10:20:51 +00:00
2007-05-10 15:58:48 +00:00
2007-05-10 15:58:48 +00:00
2007-05-10 15:58:48 +00:00
2007-05-10 15:58:48 +00:00
2007-05-04 11:15:41 +00:00
2007-05-10 15:58:48 +00:00
2007-05-11 11:05:30 +00:00
2007-05-16 20:46:58 +00:00
2007-05-10 15:58:48 +00:00
2007-05-10 15:58:48 +00:00
2007-05-11 10:48:30 +00:00
2007-05-11 10:48:30 +00:00
2007-05-10 15:58:48 +00:00
2007-05-11 11:00:48 +00:00
2007-05-11 10:20:51 +00:00
2007-05-29 09:29:03 +00:00
2007-05-08 17:01:12 +00:00
2007-05-29 09:29:03 +00:00
2007-05-08 17:01:12 +00:00
2007-05-30 17:39:45 +00:00
2007-05-29 09:29:03 +00:00
2007-06-01 11:19:54 +00:00
2007-05-08 17:01:12 +00:00
2007-05-08 17:01:12 +00:00
2007-05-08 17:01:12 +00:00
2007-06-02 11:05:08 +00:00
2007-05-08 17:01:12 +00:00
2007-06-01 11:19:54 +00:00
2007-06-01 11:19:54 +00:00
2007-05-29 09:29:03 +00:00
2007-06-02 11:05:08 +00:00
2007-05-08 17:01:12 +00:00
2007-06-02 11:05:08 +00:00
2007-06-01 11:19:54 +00:00
2007-06-02 11:05:08 +00:00
2007-06-02 11:05:08 +00:00
2007-05-28 11:17:24 +00:00
2007-05-08 17:01:12 +00:00
2007-06-01 11:19:54 +00:00
2007-06-06 00:40:41 +00:00
2007-05-08 17:01:12 +00:00
2007-06-01 11:19:54 +00:00
2007-05-08 17:01:12 +00:00
2007-05-29 09:29:03 +00:00
2007-06-02 11:05:08 +00:00
2007-05-08 17:01:12 +00:00
2007-05-29 11:53:27 +00:00
2007-06-06 00:40:41 +00:00
2007-06-01 11:19:54 +00:00
2007-05-07 14:05:23 +00:00
2007-05-11 10:50:31 +00:00
2007-06-07 21:41:50 +00:00
2007-05-28 23:27:44 +00:00
2007-05-18 19:56:24 +00:00
2007-05-13 22:16:13 +00:00
2007-05-11 11:21:43 +00:00
2007-05-27 17:02:54 +00:00
2007-06-06 22:10:12 +00:00
2007-05-27 17:52:02 +00:00
2007-05-16 17:55:22 +00:00
2007-06-04 18:25:08 +00:00
2007-05-31 12:06:02 +00:00
2007-05-28 11:03:53 +00:00
2007-05-25 21:28:49 +00:00
2007-05-16 09:12:16 +00:00