Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c443 unsigned aop_offload : 1; member
475 unsigned aop_offload : 1; member
1287 ASSERT(flow_registration->aop_offload); in necp_client_collect_aop_flow_stats()
1299 ASSERT(flow->aop_offload && aop_flow_count == 1); in necp_client_collect_aop_flow_stats()
1385 ASSERT(!flow_registration->aop_offload); in necp_client_collect_nexus_flow_stats()
1433 if (__probable(!flow_registration->aop_offload)) { in necp_client_collect_stats()
2150 bool aop_offload) in necp_client_add_nexus_flow() argument
2159 new_flow->aop_offload = aop_offload ? TRUE : FALSE; in necp_client_add_nexus_flow()
2173 uuid_t nexus_agent, uint32_t interface_index, bool aop_offload) in necp_client_add_nexus_flow_if_needed() argument
2195 …ient_add_nexus_flow(flow_registration, nexus_agent, interface_index, interface_flags, aop_offload); in necp_client_add_nexus_flow_if_needed()
[all …]