Home
last modified time | relevance | path

Searched defs:sk_stats_flow_route (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/skywalk/
H A Dos_stats_private.h1484 struct sk_stats_flow_route { struct
1485 uuid_t sfr_nx_uuid; /* nexus instance UUID */
1486 uuid_t sfr_uuid; /* flow route UUID */
1487 char sfr_if_name[IFNAMSIZ]; /* interface name */
1489 uint32_t sfr_bucket_idx; /* flow route bucket index */
1490 uint32_t sfr_id_bucket_idx; /* flow route id bucket index */
1492 uint32_t sfr_flags; /* SFLOWRTF_* */
1493 uint32_t sfr_usecnt; /* flow route usecnt */
1494 int64_t sfr_expire; /* seconds left to expire */
1496 union sockaddr_in_4_6 sfr_laddr; /* local address */
[all …]