1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>gnet_stats_start_copy_compat</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux Networking and Network Devices APIs"><link rel="up" href="ch01s04.html" title="Generic Network Statistics"><link rel="prev" href="API-struct-gnet-estimator.html" title="struct gnet_estimator"><link rel="next" href="API-gnet-stats-start-copy.html" title="gnet_stats_start_copy"></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">gnet_stats_start_copy_compat</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-gnet-estimator.html">Prev</a> </td><th width="60%" align="center">Generic Network Statistics</th><td width="20%" align="right"> <a accesskey="n" href="API-gnet-stats-start-copy.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-gnet-stats-start-copy-compat"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>gnet_stats_start_copy_compat — 2 start dumping procedure in compatibility mode 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">int <b class="fsfunc">gnet_stats_start_copy_compat </b>(</code></td><td>struct sk_buff * <var class="pdparam">skb</var>, </td></tr><tr><td> </td><td>int <var class="pdparam">type</var>, </td></tr><tr><td> </td><td>int <var class="pdparam">tc_stats_type</var>, </td></tr><tr><td> </td><td>int <var class="pdparam">xstats_type</var>, </td></tr><tr><td> </td><td>spinlock_t * <var class="pdparam">lock</var>, </td></tr><tr><td> </td><td>struct gnet_dump * <var class="pdparam">d</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1096737564"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>skb</code></em></span></dt><dd><p> 4 socket buffer to put statistics TLVs into 5 </p></dd><dt><span class="term"><em class="parameter"><code>type</code></em></span></dt><dd><p> 6 TLV type for top level statistic TLV 7 </p></dd><dt><span class="term"><em class="parameter"><code>tc_stats_type</code></em></span></dt><dd><p> 8 TLV type for backward compatibility struct tc_stats TLV 9 </p></dd><dt><span class="term"><em class="parameter"><code>xstats_type</code></em></span></dt><dd><p> 10 TLV type for backward compatibility xstats TLV 11 </p></dd><dt><span class="term"><em class="parameter"><code>lock</code></em></span></dt><dd><p> 12 statistics lock 13 </p></dd><dt><span class="term"><em class="parameter"><code>d</code></em></span></dt><dd><p> 14 dumping handle 15 </p></dd></dl></div></div><div class="refsect1"><a name="idp1096744356"></a><h2>Description</h2><p> 16 Initializes the dumping handle, grabs the statistic lock and appends 17 an empty TLV header to the socket buffer for use a container for all 18 other statistic TLVS. 19 </p><p> 20 21 The dumping handle is marked to be in backward compatibility mode telling 22 all <code class="function">gnet_stats_copy_XXX</code> functions to fill a local copy of struct tc_stats. 23 </p><p> 24 25 Returns 0 on success or -1 if the room in the socket buffer was not sufficient. 26</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-gnet-estimator.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01s04.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-gnet-stats-start-copy.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct gnet_estimator</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">gnet_stats_start_copy</span></td></tr></table></div></body></html> 27