Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_stats.c72 flow_stats_alloc(boolean_t cansleep) in flow_stats_alloc() function
H A Dflow_var.h1077 extern struct flow_stats *flow_stats_alloc(boolean_t cansleep);
H A Dflow_entry.c1134 fe->fe_stats = flow_stats_alloc(can_block); in fe_alloc()