Searched refs:flow_id (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/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 | 137 uuid_t flow_id; member
|
| H A D | necp_client.c | 375 uuid_t flow_id; member 543 uuid_t flow_id; member 858 necp_client_find_flow(struct necp_client *client, uuid_t flow_id) in necp_client_find_flow() argument 863 if (necp_client_id_is_flow(flow_id)) { in necp_client_find_flow() 865 uuid_copy(find.registration_id, flow_id); in necp_client_find_flow() 1267 …uuid_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID… in necp_defunct_flow_registration() 1700 flow_defunct->flow_id, in necp_process_defunct_list() 4790 …uuid_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID… in necp_defunct_client_fd_locked_inner() 7014 necp_client_fd_find_flow(struct necp_fd_data *client_fd, uuid_t flow_id) in necp_client_fd_find_flow() argument 7019 if (necp_client_id_is_flow(flow_id)) { in necp_client_fd_find_flow() [all …]
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | os_channel.h | 445 uuid_t flow_id, const flowadv_idx_t flow_index);
|
| /xnu-8019.80.24/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 1244 os_channel_flow_admissible(const channel_ring_t chrd, uuid_t flow_id, in os_channel_flow_admissible() argument 1271 if (__improbable(fe->fae_flags == 0 || !_flowadv_id_equal(fe, flow_id))) { in os_channel_flow_admissible()
|