Searched defs:sk_stats_flow_route (Results 1 – 1 of 1) sorted by relevance
1448 struct sk_stats_flow_route { struct1449 uuid_t sfr_nx_uuid; /* nexus instance UUID */1450 uuid_t sfr_uuid; /* flow route UUID */1451 char sfr_if_name[IFNAMSIZ]; /* interface name */1453 uint32_t sfr_bucket_idx; /* flow route bucket index */1454 uint32_t sfr_id_bucket_idx; /* flow route id bucket index */1456 uint32_t sfr_flags; /* SFLOWRTF_* */1457 uint32_t sfr_usecnt; /* flow route usecnt */1458 int64_t sfr_expire; /* seconds left to expire */1460 union sockaddr_in_4_6 sfr_laddr; /* local address */[all …]