Home
last modified time | relevance | path

Searched refs:soflow_rxpackets (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dsocket_flows.h63 uint64_t soflow_rxpackets; member
H A Dsocket_flows.c250 … entry->soflow_rxpackets, entry->soflow_rxbytes, entry->soflow_txpackets, entry->soflow_txbytes); in soflow_entry_log()
979 countsp->nstat_rxpackets = hash_entry->soflow_rxpackets; in soflow_nstat_provider_request_vals()
993 detailsp->nstat_media_stats.ms_total.ts_rxpackets = hash_entry->soflow_rxpackets; in soflow_nstat_provider_request_vals()
1151 hash_entry->soflow_rxpackets++; in soflow_update_flow_stats()