Devin Teske e6c0055599 Fix typo in dtrace_tcp(4)
Using args[2]->tcps_state as-documented results in error:
operator -> cannot be applied to pointer to type "void"

This error is accurate as the synopsis for tcp:::state-change is:
tcp:::state-change(void *, csinfo_t *, void *, tcpsinfo_t *, void *,
    tcplsinfo_t *);

args[2] refers to the third argument which is always NULL (as-
documented). The to-state for the TCP connection state transition is
actually in the fourth argument, args[3]->tcps_state.
2018-02-11 03:02:29 +00:00
..
2017-06-23 00:40:09 +00:00
2017-01-16 03:03:47 +00:00
2017-01-28 02:22:15 +00:00
2017-11-08 08:21:17 +00:00
2017-03-20 04:41:36 +00:00
2017-04-27 16:14:32 +00:00
2017-11-24 17:57:00 +00:00
2018-02-11 03:02:29 +00:00
2017-01-28 09:58:00 +00:00
2017-08-04 08:56:31 +00:00
2017-12-19 17:59:00 +00:00
2017-08-19 00:51:45 +00:00
2017-01-28 02:22:15 +00:00
2017-01-28 02:22:15 +00:00
2017-08-09 16:15:24 +00:00
2017-08-09 16:15:24 +00:00
2017-02-06 08:49:57 +00:00
2017-09-02 11:57:08 +00:00
2016-12-02 11:32:11 +00:00
2017-12-28 08:22:26 +00:00
2017-10-25 23:24:30 +00:00
2017-02-06 08:49:57 +00:00
2017-10-30 06:06:37 +00:00
2017-10-29 08:17:03 +00:00
2017-02-28 23:42:47 +00:00
2017-10-29 08:17:03 +00:00
2017-03-02 06:57:13 +00:00
2017-03-02 06:57:13 +00:00
2017-10-20 15:29:28 +00:00
2017-10-20 15:24:28 +00:00
2017-12-28 08:22:26 +00:00
2017-01-28 02:22:15 +00:00
2017-01-28 02:22:15 +00:00
2017-03-03 06:18:47 +00:00
2017-09-02 11:57:08 +00:00
2017-09-02 11:57:08 +00:00
2017-03-09 05:30:05 +00:00
2017-08-04 08:56:31 +00:00
2017-03-27 17:24:40 +00:00
2016-12-10 19:14:51 +00:00
2017-07-31 00:03:42 +00:00
2017-08-19 00:37:33 +00:00
2018-01-09 16:28:45 +00:00
2017-01-28 02:22:15 +00:00
2017-02-06 08:49:57 +00:00
2017-08-04 08:56:31 +00:00
2017-10-22 11:40:55 +00:00
2017-02-06 08:49:57 +00:00
2017-08-04 08:56:31 +00:00
2017-08-04 08:56:31 +00:00
2017-08-04 08:56:31 +00:00
2017-08-04 08:56:31 +00:00
2017-08-04 08:56:31 +00:00
2017-08-04 08:56:31 +00:00
2016-10-31 05:58:11 +00:00
2017-08-04 08:56:31 +00:00
2017-10-20 15:29:28 +00:00
2017-11-27 16:28:28 +00:00
2017-12-31 21:23:14 +00:00
2018-01-03 00:56:30 +00:00
2017-08-04 08:56:31 +00:00