Searched refs:flow_tag (Results 1 – 1 of 1) sorted by relevance
459 uint32_t flow_tag; member1300 if (flow->flow_tag > 0 && flow->aop_stat_index_valid) { in necp_client_collect_aop_flow_stats()1304 "for flow id %u with error %d", flow->flow_tag, err); in necp_client_collect_aop_flow_stats()1308 if (__improbable(flow->flow_tag != flow_stats.flow_id)) { in necp_client_collect_aop_flow_stats()1310 flow->flow_tag, flow_stats.flow_id); in necp_client_collect_aop_flow_stats()3577 flow->flow_tag = *(uint32_t *)(void *)value; in necp_client_parse_result()7009 ASSERT(flow->aop_offload && flow->flow_tag > 0); in necp_request_aop_tcp_netstats()7016 "for flow id %u with error %d", flow->flow_tag, err); in necp_request_aop_tcp_netstats()7020 if (__improbable(flow->flow_tag != flow_stats.flow_id)) { in necp_request_aop_tcp_netstats()7022 flow->flow_tag, flow_stats.flow_id); in necp_request_aop_tcp_netstats()[all …]