mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:57:24 +00:00
Driver: fortpkt: Minor refactor
This commit is contained in:
parent
742b106965
commit
e363552baa
@ -13,8 +13,6 @@
|
||||
#define FORT_PACKET_INBOUND 0x01
|
||||
#define FORT_PACKET_IP6 0x02
|
||||
|
||||
#define FORT_MAC_FRAME_PACKET_COUNT_MAX 0xFF
|
||||
|
||||
typedef struct fort_packet_in
|
||||
{
|
||||
IF_INDEX interfaceIndex;
|
||||
@ -39,7 +37,7 @@ typedef struct fort_packet
|
||||
UCHAR flags;
|
||||
|
||||
/* Data for re-injection */
|
||||
UCHAR compartmentId;
|
||||
COMPARTMENT_ID compartmentId;
|
||||
PNET_BUFFER_LIST netBufList;
|
||||
union {
|
||||
FORT_PACKET_IN in;
|
||||
|
Loading…
Reference in New Issue
Block a user