Searched refs:flow_stats (Results 1 – 7 of 7) sorted by relevance
47 flow_stats_size = sizeof(struct flow_stats); in flow_stats_init()71 struct flow_stats *74 struct flow_stats *fs; in flow_stats_alloc()76 _CASSERT((offsetof(struct flow_stats, fs_stats) % 16) == 0); in flow_stats_alloc()96 flow_stats_free(struct flow_stats *fs) in flow_stats_free()
281 struct flow_stats *fe_stats;982 extern struct flow_stats *flow_stats_alloc(boolean_t cansleep);
1330 struct flow_stats { struct1341 extern void flow_stats_free(struct flow_stats *fs); argument1345 flow_stats_retain(struct flow_stats *fs) in flow_stats_retain()1352 flow_stats_release(struct flow_stats *fs) in flow_stats_release()1361 flow_stats_refcnt(struct flow_stats *fs) in flow_stats_refcnt()
392 struct flow_stats *nfr_flow_stats;
446 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */3092 void **flow_stats) in necp_client_parse_result() argument3094 #pragma unused(flow_stats) in necp_client_parse_result()3128 struct flow_stats *fs = *(void **)(void *)value; in necp_client_parse_result()3129 if (flow_stats != NULL) { in necp_client_parse_result()3131 *flow_stats = fs; in necp_client_parse_result()3137 memset(value, 0, sizeof(struct flow_stats*)); // nullify TLV always in necp_client_parse_result()10193 u_int32_t flow_adv_index, void *flow_stats, size_t *message_length) in necp_create_nexus_assign_message() argument10220 if (flow_stats != NULL) { in necp_create_nexus_assign_message()10252 if (flow_stats != NULL) { in necp_create_nexus_assign_message()[all …]
1335 u_int32_t flow_adv_index, void *flow_stats, size_t *message_length);
607 bsd/skywalk/nexus/flowswitch/flow/flow_stats.c optional config_nexus_flowswitch