Lines Matching refs:flow_stats
454 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */
3113 void **flow_stats) in necp_client_parse_result() argument
3115 #pragma unused(flow_stats) in necp_client_parse_result()
3149 struct flow_stats *fs = *(void **)(void *)value; in necp_client_parse_result()
3150 if (flow_stats != NULL) { in necp_client_parse_result()
3152 *flow_stats = fs; in necp_client_parse_result()
3158 memset(value, 0, sizeof(struct flow_stats*)); // nullify TLV always in necp_client_parse_result()
10265 u_int32_t flow_adv_index, void *flow_stats, size_t *message_length) in necp_create_nexus_assign_message() argument
10292 if (flow_stats != NULL) { in necp_create_nexus_assign_message()
10324 if (flow_stats != NULL) { in necp_create_nexus_assign_message()
10325 …rite_tlv(cursor, NECP_CLIENT_RESULT_NEXUS_FLOW_STATS, sizeof(void *), &flow_stats, buffer, valsize… in necp_create_nexus_assign_message()