update fac
[ltt-control.git] / ltt-control / facilities / network.xml
CommitLineData
2727692a 1<?xml version="1.0"?>
2<facility name="network">
3 <description>The network facility contains events related to low level network operations</description>
4
5 <event name="packet_in">
6 <description>A packet is arriving</description>
a949a860 7 <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
8cacbb53 8 <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2" byte_order="network"/> </field>
2727692a 9 </event>
10
11 <event name="packet_out">
12 <description>We send a packet</description>
a949a860 13 <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
8cacbb53 14 <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2" byte_order="network"/> </field>
2727692a 15 </event>
16
17</facility>
This page took 0.022396 seconds and 4 git commands to generate.