diff options
| author | mcermak <mcermak> | 2014-05-16 17:59:58 +0000 |
|---|---|---|
| committer | mcermak <mcermak> | 2014-05-16 17:59:58 +0000 |
| commit | ba268aa1275afdd5c37452071dbafa58979ea277 (patch) | |
| tree | 06a5e0b4eec53e50acd21a691c58a2cb6a9b6b95 /tapsets/API-ipmib-OutRequests.html | |
| parent | add new langref/*.html (diff) | |
removed man pages
Diffstat (limited to 'tapsets/API-ipmib-OutRequests.html')
| -rw-r--r-- | tapsets/API-ipmib-OutRequests.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tapsets/API-ipmib-OutRequests.html b/tapsets/API-ipmib-OutRequests.html deleted file mode 100644 index 21ae0f64..00000000 --- a/tapsets/API-ipmib-OutRequests.html +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>probe::ipmib.OutRequests</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="snmp.stp.html" title="Chapter 15. SNMP Information Tapset"><link rel="prev" href="API-ipmib-InUnknownProtos.html" title="probe::ipmib.InUnknownProtos"><link rel="next" href="API-ipmib-ReasmReqds.html" title="probe::ipmib.ReasmReqds"></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::ipmib.OutRequests</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-ipmib-InUnknownProtos.html">Prev</a> </td><th width="60%" align="center">Chapter 15. SNMP Information Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-ipmib-ReasmReqds.html">Next</a></td></tr></table><hr></div><div class="refentry" title="probe::ipmib.OutRequests"><a name="API-ipmib-OutRequests"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::ipmib.OutRequests — | ||
| 2 | Count a request to send a packet | ||
| 3 | </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="synopsis">ipmib.OutRequests </pre></div><div class="refsect1" title="Values"><a name="idp10066112"></a><h2>Values</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>skb</code></em></span></dt><dd><p> | ||
| 4 | pointer to the struct sk_buff being acted on | ||
| 5 | </p></dd><dt><span class="term"><em class="parameter"><code>op</code></em></span></dt><dd><p> | ||
| 6 | value to be added to the counter (default value of 1) | ||
| 7 | </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp10071312"></a><h2>Description</h2><p> | ||
| 8 | The packet pointed to by <em class="parameter"><code>skb</code></em> is filtered by the function | ||
| 9 | <code class="function">ipmib_filter_key</code>. If the packet passes the filter is is | ||
| 10 | counted in the global <em class="parameter"><code>OutRequests</code></em> (equivalent to SNMP's MIB | ||
| 11 | IPSTATS_MIB_OUTREQUESTS) | ||
| 12 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-ipmib-InUnknownProtos.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="snmp.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-ipmib-ReasmReqds.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>probe::ipmib.InUnknownProtos</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::ipmib.ReasmReqds</span></td></tr></table></div></body></html> | ||
