#include <flow_entry.h>
|
| FlowKey () |
|
| FlowKey (uint32_t nh_p, const Ip4Address &sip_p, const Ip4Address &dip_p, uint8_t proto_p, uint16_t sport_p, uint16_t dport_p) |
|
| FlowKey (uint32_t nh_p, const IpAddress &sip_p, const IpAddress &dip_p, uint8_t proto_p, uint16_t sport_p, uint16_t dport_p) |
|
| FlowKey (const FlowKey &key) |
|
bool | IsLess (const FlowKey &key) const |
|
bool | IsEqual (const FlowKey &key) const |
|
void | Reset () |
|
Definition at line 127 of file flow_entry.h.
FlowKey::FlowKey |
( |
uint32_t |
nh_p, |
|
|
const Ip4Address & |
sip_p, |
|
|
const Ip4Address & |
dip_p, |
|
|
uint8_t |
proto_p, |
|
|
uint16_t |
sport_p, |
|
|
uint16_t |
dport_p |
|
) |
| |
|
inline |
FlowKey::FlowKey |
( |
uint32_t |
nh_p, |
|
|
const IpAddress & |
sip_p, |
|
|
const IpAddress & |
dip_p, |
|
|
uint8_t |
proto_p, |
|
|
uint16_t |
sport_p, |
|
|
uint16_t |
dport_p |
|
) |
| |
|
inline |
FlowKey::FlowKey |
( |
const FlowKey & |
key | ) |
|
|
inline |
bool FlowKey::IsEqual |
( |
const FlowKey & |
key | ) |
const |
|
inline |
bool FlowKey::IsLess |
( |
const FlowKey & |
key | ) |
const |
|
inline |
uint16_t FlowKey::dst_port |
uint8_t FlowKey::protocol |
uint16_t FlowKey::src_port |
The documentation for this struct was generated from the following file: