Searched refs:flow_id (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/channel/ |
| H A D | os_channel.h | 448 uuid_t flow_id, const flowadv_idx_t flow_index); 451 uuid_t flow_id, const flowadv_idx_t flow_index, uint32_t *ce_cnt,
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | content_filter_crypto.c | 52 ptr = (u_int8_t *)&data->flow_id; in cfil_crypto_print_data()
|
| H A D | content_filter.h | 124 uuid_t flow_id; member
|
| H A D | necp_client.c | 394 uuid_t flow_id; member 569 uuid_t flow_id; member 907 necp_client_find_flow(struct necp_client *client, uuid_t flow_id) in necp_client_find_flow() argument 912 if (necp_client_id_is_flow(flow_id)) { in necp_client_find_flow() 914 uuid_copy(find.registration_id, flow_id); in necp_client_find_flow() 1316 …uuid_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID… in necp_defunct_flow_registration() 1752 flow_defunct->flow_id, in necp_process_defunct_list() 4966 …uuid_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID… in necp_defunct_client_fd_locked_inner() 7548 necp_client_fd_find_flow(struct necp_fd_data *client_fd, uuid_t flow_id) in necp_client_fd_find_flow() argument 7553 if (necp_client_id_is_flow(flow_id)) { in necp_client_fd_find_flow() [all …]
|
| /xnu-10063.141.1/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 1257 os_channel_flow_admissible(const channel_ring_t chrd, uuid_t flow_id, in os_channel_flow_admissible() argument 1284 if (__improbable(fe->fae_flags == 0 || !_flowadv_id_equal(fe, flow_id))) { in os_channel_flow_admissible() 1293 os_channel_flow_adv_get_ce_count(const channel_ring_t chrd, uuid_t flow_id, in os_channel_flow_adv_get_ce_count() argument 1320 if (__improbable(fe->fae_flags == 0 || !_flowadv_id_equal(fe, flow_id))) { in os_channel_flow_adv_get_ce_count()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 1322 tx_lookup_child_flow(struct flow_entry *parent_fe, uuid_t flow_id) in tx_lookup_child_flow() argument 1330 if (_UUID_MATCH(flow_id, child_fe->fe_uuid)) { in tx_lookup_child_flow()
|