Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c411 struct necp_client_flow { struct
412 LIST_ENTRY(necp_client_flow) flow_chain;
452 LIST_HEAD(_necp_registration_flow_list, necp_client_flow) flow_list; argument
1100 struct necp_client_flow *flow = NULL; in necp_flow_save_current_interface_details()
1113 struct necp_client_flow *flow = NULL; in necp_client_collect_interface_stats()
1286 struct necp_client_flow *search_flow = NULL; in necp_defunct_flow_registration()
1594 struct necp_client_flow *search_flow = NULL; in necp_destroy_client_flow_registration()
1595 struct necp_client_flow *temp_flow = NULL; in necp_destroy_client_flow_registration()
1637 kfree_type(struct necp_client_flow, search_flow); in necp_destroy_client_flow_registration()
1884 …struct necp_client_flow *new_flow = kalloc_type(struct necp_client_flow, Z_WAITOK | Z_ZERO | Z_NOF… in necp_client_add_nexus_flow()
[all …]