Data Fields | |
session_entry_s * | reverse |
reverse flow contains other addr/port | |
in_addr_t | saddr |
src IP address | |
in_addr_t | daddr |
dest IP address | |
uint16_t | sport |
src port | |
uint16_t | dport |
dest port | |
uint8_t | cpu |
the cpu on which this entry was allocated | |
uint8_t | dir |
direction | |
in_addr_t | faddr |
IP address of facade if INGRESS entry, or real server if EGRESS entry. | |
time_t | age_ts |
session/flow timestamp | |
uint16_t | ss_id |
svc set id | |
uint16_t | frag_group |
fragment group (ID) | |
msp_spinlock_t | lock |
flow lock |
Definition at line 71 of file equilibrium-data_packet.c.