Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_stats.c35 unsigned int flow_stats_size; /* size of zone element */ variable
47 flow_stats_size = sizeof(struct flow_stats); in flow_stats_init()
49 flow_stats_cache = skmem_cache_create(FS_ZONE_NAME, flow_stats_size, in flow_stats_init()
87 bzero(fs, flow_stats_size); in flow_stats_alloc()