Searched refs:flow_tag (Results 1 – 1 of 1) sorted by relevance
459 uint32_t flow_tag; member1305 if (flow->flow_tag > 0 && flow->aop_stat_index_valid) { in necp_client_collect_aop_flow_stats()1309 "for flow id %u with error %d", flow->flow_tag, err); in necp_client_collect_aop_flow_stats()1313 if (__improbable(flow->flow_tag != flow_stats.flow_id)) { in necp_client_collect_aop_flow_stats()1315 flow->flow_tag, flow_stats.flow_id); in necp_client_collect_aop_flow_stats()3582 flow->flow_tag = *(uint32_t *)(void *)value; in necp_client_parse_result()7020 ASSERT(flow->aop_offload && flow->flow_tag > 0); in necp_request_aop_tcp_netstats()7027 "for flow id %u with error %d", flow->flow_tag, err); in necp_request_aop_tcp_netstats()7031 if (__improbable(flow->flow_tag != flow_stats.flow_id)) { in necp_request_aop_tcp_netstats()7033 flow->flow_tag, flow_stats.flow_id); in necp_request_aop_tcp_netstats()[all …]