Lines Matching refs:necp_client_flow

434 struct necp_client_flow {  struct
435 LIST_ENTRY(necp_client_flow) flow_chain;
479 LIST_HEAD(_necp_registration_flow_list, necp_client_flow) flow_list; argument
794 static void necp_aop_offload_stats_destroy(struct necp_client_flow *flow);
1242 struct necp_client_flow *flow = NULL; in necp_flow_save_current_interface_details()
1255 struct necp_client_flow *flow = NULL; in necp_client_collect_interface_stats()
1297 struct necp_client_flow *flow = NULL; in necp_client_collect_aop_flow_stats()
1544 struct necp_client_flow *search_flow = NULL; in necp_defunct_flow_registration()
1865 struct necp_client_flow * __single search_flow = NULL; in necp_destroy_client_flow_registration()
1866 struct necp_client_flow *temp_flow = NULL; in necp_destroy_client_flow_registration()
1912 kfree_type(struct necp_client_flow, search_flow); in necp_destroy_client_flow_registration()
2179 …struct necp_client_flow *new_flow = kalloc_type(struct necp_client_flow, Z_WAITOK | Z_ZERO | Z_NOF… in necp_client_add_nexus_flow()
2202 struct necp_client_flow *flow = NULL; in necp_client_add_nexus_flow_if_needed()
2225 static struct necp_client_flow *
2229 …struct necp_client_flow *new_flow = kalloc_type(struct necp_client_flow, Z_WAITOK | Z_ZERO | Z_NOF… in necp_client_add_interface_flow()
2243 static struct necp_client_flow *
2254 struct necp_client_flow *flow = NULL; in necp_client_add_interface_flow_if_needed()
2354 struct necp_client_flow *flow) in necp_client_flow_is_viable()
2413 …struct necp_client_flow *flow = necp_client_add_interface_flow_if_needed(client, flow_registration… in necp_flow_add_interface_flows()
2424 …struct necp_client_flow *flow = necp_client_add_interface_flow_if_needed(client, flow_registration… in necp_flow_add_interface_flows()
2445 struct necp_client_flow * __single flow = NULL; in necp_client_update_flows()
2446 struct necp_client_flow *temp_flow = NULL; in necp_client_update_flows()
2534 kfree_type(struct necp_client_flow, flow); in necp_client_update_flows()
2552 struct necp_client_flow *flow = NULL; in necp_client_mark_all_nonsocket_flows_as_invalid()
3558 struct necp_client_flow *flow, in necp_client_parse_result()
3671 …struct necp_client_flow *new_flow = kalloc_type(struct necp_client_flow, Z_WAITOK | Z_ZERO | Z_NOF… in necp_client_add_socket_flow()
4005 struct necp_client_flow * __single search_flow = NULL; in necp_client_unregister_socket_flow()
4006 struct necp_client_flow *temp_flow = NULL; in necp_client_unregister_socket_flow()
4016 kfree_type(struct necp_client_flow, search_flow); in necp_client_unregister_socket_flow()
4058 struct necp_client_flow *search_flow = NULL; in necp_client_unregister_multipath_cb()
4059 struct necp_client_flow *temp_flow = NULL; in necp_client_unregister_multipath_cb()
4119 struct necp_client_flow *flow = NULL; in necp_client_assign_from_socket()
4278 struct necp_client_flow *flow = NULL; in necp_update_flow_protoctl_event()
4335 struct necp_client_flow *flow = NULL; in necp_assign_client_result_locked()
4903 struct necp_client_flow *search_flow = NULL; in necp_update_client_result()
5321 struct necp_client_flow *search_flow = NULL; in necp_defunct_client_fd_locked_inner()
6930 struct necp_client_flow *flow = NULL; in necp_request_nexus_tcp_netstats()
7035 struct necp_client_flow *flow = LIST_FIRST(&flow_registration->flow_list); in necp_request_aop_tcp_netstats()
7335 struct necp_client_flow *flow = NULL; in necp_request_udp_netstats()
7519 struct necp_client_flow *flow = NULL; in necp_request_quic_netstats()
8405 necp_client_check_tcp_heuristics(struct necp_client *client, struct necp_client_flow *flow, in necp_client_check_tcp_heuristics()
8482 struct necp_client_flow *flow = NULL; in necp_client_calculate_flow_tlv_size()
8558 necp_client_flow_mac_and_gateway(struct necp_client_flow *flow, size_t *buflen) in necp_client_flow_mac_and_gateway()
8634 struct necp_client_flow *flow = NULL; in necp_client_fillout_flow_tlvs()
9547 struct necp_client_flow *flow = NULL; in necp_client_add_flow()
11044 struct necp_client_flow *flow = NULL; in necp_aop_offload_stats_initialize()
11068 necp_aop_offload_stats_destroy(struct necp_client_flow *flow) in necp_aop_offload_stats_destroy()
11229 struct necp_client_flow *flow = LIST_FIRST(&flow_registration->flow_list); in necp_client_update_cache()
11650 struct necp_client_flow *flow = LIST_FIRST(&flow_registration->flow_list); in necp_client_copy_flow_stats()