Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dcontent_filter_crypto.c52 ptr = (u_int8_t *)&data->flow_id; in cfil_crypto_print_data()
H A Dcontent_filter.h124 uuid_t flow_id; member
H A Dnecp_client.c387 uuid_t flow_id; member
561 uuid_t flow_id; member
887 necp_client_find_flow(struct necp_client *client, uuid_t flow_id) in necp_client_find_flow() argument
892 if (necp_client_id_is_flow(flow_id)) { in necp_client_find_flow()
894 uuid_copy(find.registration_id, flow_id); in necp_client_find_flow()
1296 …uuid_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID… in necp_defunct_flow_registration()
1729 flow_defunct->flow_id, in necp_process_defunct_list()
4916 …uuid_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID… in necp_defunct_client_fd_locked_inner()
7335 necp_client_fd_find_flow(struct necp_fd_data *client_fd, uuid_t flow_id) in necp_client_fd_find_flow() argument
7340 if (necp_client_id_is_flow(flow_id)) { in necp_client_fd_find_flow()
[all …]
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel.h446 uuid_t flow_id, const flowadv_idx_t flow_index);
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c1323 tx_lookup_child_flow(struct flow_entry *parent_fe, uuid_t flow_id) in tx_lookup_child_flow() argument
1331 if (_UUID_MATCH(flow_id, child_fe->fe_uuid)) { in tx_lookup_child_flow()
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c1256 os_channel_flow_admissible(const channel_ring_t chrd, uuid_t flow_id, in os_channel_flow_admissible() argument
1283 if (__improbable(fe->fae_flags == 0 || !_flowadv_id_equal(fe, flow_id))) { in os_channel_flow_admissible()