Searched refs:flow_tag (Results 1 – 1 of 1) sorted by relevance
459 uint32_t flow_tag; member1301 if (flow->flow_tag > 0 && flow->aop_stat_index_valid) { in necp_client_collect_aop_flow_stats()1305 "for flow id %u with error %d", flow->flow_tag, err); in necp_client_collect_aop_flow_stats()1309 if (__improbable(flow->flow_tag != flow_stats.flow_id)) { in necp_client_collect_aop_flow_stats()1311 flow->flow_tag, flow_stats.flow_id); in necp_client_collect_aop_flow_stats()3604 flow->flow_tag = *(uint32_t *)(void *)value; in necp_client_parse_result()7040 ASSERT(flow->aop_offload && flow->flow_tag > 0); in necp_request_aop_tcp_netstats()7047 "for flow id %u with error %d", flow->flow_tag, err); in necp_request_aop_tcp_netstats()7051 if (__improbable(flow->flow_tag != flow_stats.flow_id)) { in necp_request_aop_tcp_netstats()7053 flow->flow_tag, flow_stats.flow_id); in necp_request_aop_tcp_netstats()[all …]