Searched refs:flow_stats (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_stats.c | 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()
|
| H A D | flow_var.h | 303 struct flow_stats *fe_stats; 1033 extern struct flow_stats *flow_stats_alloc(boolean_t cansleep);
|
| /xnu-8792.41.9/bsd/skywalk/ |
| H A D | os_stats_private.h | 1396 struct flow_stats { struct 1407 extern void flow_stats_free(struct flow_stats *fs); argument 1411 flow_stats_retain(struct flow_stats *fs) in flow_stats_retain() 1418 flow_stats_release(struct flow_stats *fs) in flow_stats_release() 1427 flow_stats_refcnt(struct flow_stats *fs) in flow_stats_refcnt()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/ |
| H A D | os_nexus_private.h | 414 struct flow_stats *nfr_flow_stats;
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp_client.c | 458 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */ 3233 void **flow_stats) in necp_client_parse_result() argument 3235 #pragma unused(flow_stats) in necp_client_parse_result() 3268 if (flow_stats != NULL && length >= sizeof(struct sk_stats_flow *)) { in necp_client_parse_result() 3269 struct flow_stats *fs = *(void **)(void *)value; in necp_client_parse_result() 3271 *flow_stats = fs; in necp_client_parse_result() 10767 u_int32_t flow_adv_index, void *flow_stats, size_t *message_length) in necp_create_nexus_assign_message() argument 10794 if (flow_stats != NULL) { in necp_create_nexus_assign_message() 10826 if (flow_stats != NULL) { in necp_create_nexus_assign_message() 10827 …rite_tlv(cursor, NECP_CLIENT_RESULT_NEXUS_FLOW_STATS, sizeof(void *), &flow_stats, buffer, valsize… in necp_create_nexus_assign_message()
|
| H A D | necp.h | 1439 u_int32_t flow_adv_index, void *flow_stats, size_t *message_length);
|
| /xnu-8792.41.9/bsd/conf/ |
| H A D | files | 568 bsd/skywalk/nexus/flowswitch/flow/flow_stats.c optional config_nexus_flowswitch
|