Home
last modified time | relevance | path

Searched defs:flow_registration (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c934 struct necp_client_flow_registration *flow_registration = NULL; in necp_client_has_unread_flows() local
1239 necp_flow_save_current_interface_details(struct necp_client_flow_registration *flow_registration) in necp_flow_save_current_interface_details()
1252 necp_client_collect_interface_stats(struct necp_client_flow_registration *flow_registration, struct… in necp_client_collect_interface_stats()
1280 necp_client_collect_aop_flow_stats(struct necp_client_flow_registration *flow_registration) in necp_client_collect_aop_flow_stats()
1383 necp_client_collect_nexus_flow_stats(struct necp_client_flow_registration *flow_registration) in necp_client_collect_nexus_flow_stats()
1431 necp_client_collect_stats(struct necp_client_flow_registration *flow_registration) in necp_client_collect_stats()
1444 struct necp_client_flow_registration *flow_registration, in necp_destroy_flow_stats()
1512 struct necp_client_flow_registration *flow_registration; in necp_collect_stats_client_callout() local
1535 struct necp_client_flow_registration *flow_registration, in necp_defunct_flow_registration()
1597 struct necp_client_flow_registration *flow_registration = NULL; in necp_defunct_client_for_policy() local
[all …]
/xnu-12377.41.6/tools/lldbmacros/
H A Dskywalk.py554 def GetNECPFlowBitFields(flow_registration): argument