#include "flow_packet.h"
Go to the source code of this file.
Defines | |
#define | FLOW_IPV4 1 |
Functions | |
int | flow_classifier (FLOWPACKET *p, int *flowtype) |
|
Definition at line 4 of file flow_class.h. Referenced by flow_classifier(), and FlowPreprocessor(). |
|
Find the relevant flow processing scheme for a packet
Definition at line 11 of file flow_class.c. References FLOW_EINVALID, FLOW_ENULL, FLOW_IPV4, FLOW_SUCCESS, IsIPv4Packet(), and NULL. Referenced by FlowPreprocessor(). |