d1795f42 |
1 | <?xml version="1.0"?> |
2 | <facility name="network"> |
31cbc5d3 |
3 | <description>The network facility contains events related to low level network operations</description> |
4 | |
d1795f42 |
5 | <event name="packet_in"> |
31cbc5d3 |
6 | <description>A packet is arriving</description> |
c3e2873f |
7 | <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field> |
d9afd206 |
8 | <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2" byte_order="network"/> </field> |
31cbc5d3 |
9 | </event> |
10 | |
d1795f42 |
11 | <event name="packet_out"> |
31cbc5d3 |
12 | <description>We send a packet</description> |
c3e2873f |
13 | <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field> |
d9afd206 |
14 | <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2" byte_order="network"/> </field> |
31cbc5d3 |
15 | </event> |
16 | |
17 | </facility> |