update versions
[lttv.git] / ltt / branches / poly / facilities / network.xml
CommitLineData
31cbc5d3 1<facility name=network>
2 <description>The network facility contains events related to low level network operations</description>
3
4 <event name=packet_in>
5 <description>A packet is arriving</description>
42bddb4f 6 <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
7 <field name="protocol"> <description>Protocol of the packet</description> <uint size=2/> </field>
31cbc5d3 8 </event>
9
10 <event name=packet_out>
11 <description>We send a packet</description>
42bddb4f 12 <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
13 <field name="protocol"> <description>Protocol of the packet</description> <uint size=2/> </field>
31cbc5d3 14 </event>
15
16</facility>
This page took 0.026448 seconds and 4 git commands to generate.