network byte order + state multitraces fix
[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>
f0b795e0 6 <field name="skbuff"> <description>Socket buffer pointer : identify the
7 socket buffer</description> <pointer/> </field>
42bddb4f 8 <field name="protocol"> <description>Protocol of the packet</description> <uint size=2/> </field>
31cbc5d3 9 </event>
10
11 <event name=packet_out>
12 <description>We send a packet</description>
42bddb4f 13 <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
14 <field name="protocol"> <description>Protocol of the packet</description> <uint size=2/> </field>
31cbc5d3 15 </event>
16
17</facility>
This page took 0.027383 seconds and 4 git commands to generate.