make changes for support between 64/32 bits architectures
[lttv.git] / ltt / branches / poly-0.7.0 / facilities / network.xml
CommitLineData
698d5552 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>
6 <struct>
7 <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
8 <field name="protocol"> <description>Protocol of the packet</description> <uint size=2/> </field>
9 </struct>
10 </event>
11
12 <event name=packet_out>
13 <description>We send a packet</description>
14 <struct>
15 <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
16 <field name="protocol"> <description>Protocol of the packet</description> <uint size=2/> </field>
17 </struct>
18 </event>
19
20</facility>
This page took 0.022628 seconds and 4 git commands to generate.