aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libdtrace/tcp.d
Commit message (Expand)AuthorAgeFilesLines
* sack_newdata and snd_recover hold the same value. Therefore, use onlyMichael Tuexen2020-02-131-1/+1
* Add support for TCP state names used by Solaris.Michael Tuexen2018-07-141-0/+26
* The IP, TCP, and UDP provider report IP addresses as strings.Michael Tuexen2018-06-181-2/+2
* Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno2018-06-061-4/+4
* Revert r332894 at the request of the submitter.Sean Bruno2018-04-241-4/+4
* Load balance sockets with new SO_REUSEPORT_LB optionSean Bruno2018-04-231-4/+4
* Use tabs in io.d, fix alignment issues, remove extraneous newlinesDevin Teske2018-02-121-70/+70
* Remove uneeded parentheses.Mark Johnston2018-01-251-1/+1
* On FreeBSD there is a setsockopt option SO_USER_COOKIE which allowsGeorge V. Neville-Neil2016-07-081-0/+3
* Fix the 'type' for a few variables from tcpcb.Hiren Panchasara2016-04-151-4/+4
* fix tcpdebug: - assign to "flags" in each probe, not only debug-inputGeorge V. Neville-Neil2016-03-031-0/+14
* dd DTrace probe points, translators and a corresponding scriptGeorge V. Neville-Neil2015-09-131-1/+132
* - Use an explicit "depends_on module kernel" guard in DTrace libraries thatMark Johnston2015-08-071-0/+1
* Actually remove siftr-related definitions from tcp.d, missed in r283026.Mark Johnston2015-05-171-75/+0
* Brief demo script showing the various values that can be read viaGeorge V. Neville-Neil2015-04-291-0/+75
* Correct the calculation of tcps_rto in the struct tcpcb -> tcpsinfo_tMark Johnston2014-10-211-1/+1
* Update the TCP structure used by DTrace to show the smoothed RTT.George V. Neville-Neil2014-10-191-0/+2
* Bind ip/tcp/udp provider translators and symbols to the same versions as inMark Johnston2014-05-141-25/+25
* Add a separate translator for headers passed to the TCP probes in theMark Johnston2013-10-021-1/+39
* Use the address of the inpcb rather than the tcpcb to identify TCPMark Johnston2013-09-151-1/+1
* Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston2013-08-251-0/+203