diff options
| author | Frank Ch. Eigler <fche@redhat.com> | 2024-06-01 07:32:23 -0400 |
|---|---|---|
| committer | Frank Ch. Eigler <fche@redhat.com> | 2024-06-01 07:32:23 -0400 |
| commit | 31b67ecaa222dcbf8bbbb35bb49508734df8caae (patch) | |
| tree | 153c0ec44b7da0897a4aba6022747a6c1da5b88d /tapsets/API-tcp-receive.html | |
| parent | added new man pages (diff) | |
add new tapsets/*.html
Diffstat (limited to 'tapsets/API-tcp-receive.html')
| -rw-r--r-- | tapsets/API-tcp-receive.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/tapsets/API-tcp-receive.html b/tapsets/API-tcp-receive.html index 66ee08d3..ed4c7c66 100644 --- a/tapsets/API-tcp-receive.html +++ b/tapsets/API-tcp-receive.html | |||
| @@ -1,31 +1,31 @@ | |||
| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>probe::tcp.receive</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="networking.stp.html" title="Chapter 13. Networking Tapset"><link rel="prev" href="API-tcp-disconnect-return.html" title="probe::tcp.disconnect.return"><link rel="next" href="API-tcp-recvmsg.html" title="probe::tcp.recvmsg"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">probe::tcp.receive</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-tcp-disconnect-return.html">Prev</a> </td><th width="60%" align="center">Chapter 13. Networking Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-tcp-recvmsg.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-tcp-receive"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::tcp.receive — | 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>probe::tcp.receive</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="networking.stp.html" title="Chapter 13. Networking Tapset"><link rel="prev" href="API-tcp-disconnect-return.html" title="probe::tcp.disconnect.return"><link rel="next" href="API-tcp-recvmsg.html" title="probe::tcp.recvmsg"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">probe::tcp.receive</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-tcp-disconnect-return.html">Prev</a> </td><th width="60%" align="center">Chapter 13. Networking Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-tcp-recvmsg.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-tcp-receive"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::tcp.receive — |
| 2 | Called when a TCP packet is received | 2 | Called when a TCP packet is received |
| 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">tcp.receive </pre></div><div class="refsect1"><a name="id1897"></a><h2>Values</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p> | 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">tcp.receive </pre></div><div class="refsect1"><a name="id1897"></a><h2>Values</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>syn</code></em></span></dt><dd><p> |
| 4 | Name of the probe point | 4 | TCP SYN flag |
| 5 | </p></dd><dt><span class="term"><em class="parameter"><code>psh</code></em></span></dt><dd><p> | ||
| 6 | TCP PSH flag | ||
| 7 | </p></dd><dt><span class="term"><em class="parameter"><code>iphdr</code></em></span></dt><dd><p> | ||
| 8 | IP header address | ||
| 9 | </p></dd><dt><span class="term"><em class="parameter"><code>sport</code></em></span></dt><dd><p> | ||
| 10 | TCP source port | ||
| 11 | </p></dd><dt><span class="term"><em class="parameter"><code>dport</code></em></span></dt><dd><p> | ||
| 12 | TCP destination port | ||
| 13 | </p></dd><dt><span class="term"><em class="parameter"><code>fin</code></em></span></dt><dd><p> | ||
| 14 | TCP FIN flag | ||
| 5 | </p></dd><dt><span class="term"><em class="parameter"><code>saddr</code></em></span></dt><dd><p> | 15 | </p></dd><dt><span class="term"><em class="parameter"><code>saddr</code></em></span></dt><dd><p> |
| 6 | A string representing the source IP address | 16 | A string representing the source IP address |
| 7 | </p></dd><dt><span class="term"><em class="parameter"><code>daddr</code></em></span></dt><dd><p> | 17 | </p></dd><dt><span class="term"><em class="parameter"><code>rst</code></em></span></dt><dd><p> |
| 8 | A string representing the destination IP address | 18 | TCP RST flag |
| 19 | </p></dd><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p> | ||
| 20 | Name of the probe point | ||
| 9 | </p></dd><dt><span class="term"><em class="parameter"><code>protocol</code></em></span></dt><dd><p> | 21 | </p></dd><dt><span class="term"><em class="parameter"><code>protocol</code></em></span></dt><dd><p> |
| 10 | Packet protocol from driver | 22 | Packet protocol from driver |
| 23 | </p></dd><dt><span class="term"><em class="parameter"><code>ack</code></em></span></dt><dd><p> | ||
| 24 | TCP ACK flag | ||
| 11 | </p></dd><dt><span class="term"><em class="parameter"><code>family</code></em></span></dt><dd><p> | 25 | </p></dd><dt><span class="term"><em class="parameter"><code>family</code></em></span></dt><dd><p> |
| 12 | IP address family | 26 | IP address family |
| 13 | </p></dd><dt><span class="term"><em class="parameter"><code>fin</code></em></span></dt><dd><p> | ||
| 14 | TCP FIN flag | ||
| 15 | </p></dd><dt><span class="term"><em class="parameter"><code>rst</code></em></span></dt><dd><p> | ||
| 16 | TCP RST flag | ||
| 17 | </p></dd><dt><span class="term"><em class="parameter"><code>urg</code></em></span></dt><dd><p> | 27 | </p></dd><dt><span class="term"><em class="parameter"><code>urg</code></em></span></dt><dd><p> |
| 18 | TCP URG flag | 28 | TCP URG flag |
| 19 | </p></dd><dt><span class="term"><em class="parameter"><code>iphdr</code></em></span></dt><dd><p> | 29 | </p></dd><dt><span class="term"><em class="parameter"><code>daddr</code></em></span></dt><dd><p> |
| 20 | IP header address | 30 | A string representing the destination IP address |
| 21 | </p></dd><dt><span class="term"><em class="parameter"><code>ack</code></em></span></dt><dd><p> | ||
| 22 | TCP ACK flag | ||
| 23 | </p></dd><dt><span class="term"><em class="parameter"><code>psh</code></em></span></dt><dd><p> | ||
| 24 | TCP PSH flag | ||
| 25 | </p></dd><dt><span class="term"><em class="parameter"><code>sport</code></em></span></dt><dd><p> | ||
| 26 | TCP source port | ||
| 27 | </p></dd><dt><span class="term"><em class="parameter"><code>dport</code></em></span></dt><dd><p> | ||
| 28 | TCP destination port | ||
| 29 | </p></dd><dt><span class="term"><em class="parameter"><code>syn</code></em></span></dt><dd><p> | ||
| 30 | TCP SYN flag | ||
| 31 | </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-tcp-disconnect-return.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="networking.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-tcp-recvmsg.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">probe::tcp.disconnect.return</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">probe::tcp.recvmsg</span></td></tr></table></div></body></html> | 31 | </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-tcp-disconnect-return.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="networking.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-tcp-recvmsg.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">probe::tcp.disconnect.return</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">probe::tcp.recvmsg</span></td></tr></table></div></body></html> |
