#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() [1/4]
◆ FlowKey() [2/4]
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() [3/4]
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() [4/4]
FlowKey::FlowKey |
( |
const FlowKey & |
key | ) |
|
|
inline |
◆ IsEqual()
bool FlowKey::IsEqual |
( |
const FlowKey & |
key | ) |
const |
|
inline |
◆ IsLess()
bool FlowKey::IsLess |
( |
const FlowKey & |
key | ) |
const |
|
inline |
◆ Reset()
◆ dst_addr
◆ dst_port
uint16_t FlowKey::dst_port |
◆ family
◆ nh
◆ protocol
uint8_t FlowKey::protocol |
◆ src_addr
◆ src_port
uint16_t FlowKey::src_port |
The documentation for this struct was generated from the following file: