diff options
Diffstat (limited to 'tapsets/API-socket-sendmsg.html')
| -rw-r--r-- | tapsets/API-socket-sendmsg.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tapsets/API-socket-sendmsg.html b/tapsets/API-socket-sendmsg.html index ac0383d6..f2d31b35 100644 --- a/tapsets/API-socket-sendmsg.html +++ b/tapsets/API-socket-sendmsg.html | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>probe::socket.sendmsg</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="socket.stp.html" title="Chapter 14. Socket Tapset"><link rel="prev" href="API-socket-send.html" title="probe::socket.send"><link rel="next" href="API-socket-sendmsg-return.html" title="probe::socket.sendmsg.return"></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>probe::socket.sendmsg</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-socket-send.html">Prev</a> </td><th width="60%" align="center">Chapter 14. Socket Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-socket-sendmsg-return.html">Next</a></td></tr></table><hr></div><div class="refentry" title="probe::socket.sendmsg"><a name="API-socket-sendmsg"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::socket.sendmsg — | 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>probe::socket.sendmsg</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="socket.stp.html" title="Chapter 14. Socket Tapset"><link rel="prev" href="API-socket-send.html" title="probe::socket.send"><link rel="next" href="API-socket-sendmsg-return.html" title="probe::socket.sendmsg.return"></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>probe::socket.sendmsg</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-socket-send.html">Prev</a> </td><th width="60%" align="center">Chapter 14. Socket Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-socket-sendmsg-return.html">Next</a></td></tr></table><hr></div><div class="refentry" title="probe::socket.sendmsg"><a name="API-socket-sendmsg"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::socket.sendmsg — |
| 2 | Message is currently being sent on a socket. | 2 | Message is currently being sent on a socket. |
| 3 | </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="synopsis">socket.sendmsg </pre></div><div class="refsect1" title="Values"><a name="idp9659984"></a><h2>Values</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>protocol</code></em></span></dt><dd><p> | 3 | </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="synopsis">socket.sendmsg </pre></div><div class="refsect1" title="Values"><a name="idp9663232"></a><h2>Values</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>protocol</code></em></span></dt><dd><p> |
| 4 | Protocol value | 4 | Protocol value |
| 5 | </p></dd><dt><span class="term"><em class="parameter"><code>flags</code></em></span></dt><dd><p> | 5 | </p></dd><dt><span class="term"><em class="parameter"><code>flags</code></em></span></dt><dd><p> |
| 6 | Socket flags value | 6 | Socket flags value |
| @@ -14,9 +14,9 @@ | |||
| 14 | Socket type value | 14 | Socket type value |
| 15 | </p></dd><dt><span class="term"><em class="parameter"><code>family</code></em></span></dt><dd><p> | 15 | </p></dd><dt><span class="term"><em class="parameter"><code>family</code></em></span></dt><dd><p> |
| 16 | Protocol family value | 16 | Protocol family value |
| 17 | </p></dd></dl></div></div><div class="refsect1" title="Context"><a name="idp9675280"></a><h2>Context</h2><p> | 17 | </p></dd></dl></div></div><div class="refsect1" title="Context"><a name="idp9678528"></a><h2>Context</h2><p> |
| 18 | The message sender | 18 | The message sender |
| 19 | </p></div><div class="refsect1" title="Description"><a name="idp9676496"></a><h2>Description</h2><p> | 19 | </p></div><div class="refsect1" title="Description"><a name="idp9679744"></a><h2>Description</h2><p> |
| 20 | Fires at the beginning of sending a message on a socket | 20 | Fires at the beginning of sending a message on a socket |
| 21 | via the <code class="function">sock_sendmsg</code> function | 21 | via the <code class="function">sock_sendmsg</code> function |
| 22 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-socket-send.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="socket.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-socket-sendmsg-return.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>probe::socket.send</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span>probe::socket.sendmsg.return</span></td></tr></table></div></body></html> | 22 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-socket-send.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="socket.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-socket-sendmsg-return.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>probe::socket.send</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span>probe::socket.sendmsg.return</span></td></tr></table></div></body></html> |
