Home
last modified time | relevance | path

Searched refs:flow_id (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dcontent_filter_crypto.c52 ptr = (u_int8_t *)&data->flow_id; in cfil_crypto_print_data()
H A Dcontent_filter.h137 uuid_t flow_id; member
H A Dnecp_client.c375 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 Dos_channel.h445 uuid_t flow_id, const flowadv_idx_t flow_index);
/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c1244 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()