Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c466 struct necp_client_flow_registration { struct
467 RB_ENTRY(necp_client_flow_registration) fd_link;
468 RB_ENTRY(necp_client_flow_registration) global_link;
469 RB_ENTRY(necp_client_flow_registration) client_link;
470 LIST_ENTRY(necp_client_flow_registration) collect_stats_chain;
490 …tic int necp_client_flow_id_cmp(struct necp_client_flow_registration *flow0, struct necp_client_fl… argument
492 RB_HEAD(_necp_client_flow_tree, necp_client_flow_registration);
493 RB_PROTOTYPE_PREV(_necp_client_flow_tree, necp_client_flow_registration, client_link, necp_client_f…
494 RB_GENERATE_PREV(_necp_client_flow_tree, necp_client_flow_registration, client_link, necp_client_fl…
583 LIST_HEAD(_necp_flow_registration_list, necp_client_flow_registration);
[all …]